[React] Redux

EC kim·2022년 12월 28일
0

index.js


app.js


npm install @reduxjs/toolkit react-redux

import { Provider } from 'react-redux';
import { legacy_createStore as createStore } from 'redux';
----------------------------------------------
const store = createStore(사용할리덕스);
< Provider store = {store}>
사용할 페이지에서 action import 후 action();

profile
프론트엔드 개발자 일기

0개의 댓글