Redux 기본 세팅
(1) redux 설치 npm install redux react-redux (2) redux-thunk 설치 npm install redux-thunk (3) index.js import React from "react"; import ReactDOM from "react-dom/client"; import "./index.css"; import App from "./App"; import reportWebVitals from "./reportWebVitals"; import { BrowserRouter } from "react-router-dom"; import { Provider } from "react-redux"; import store from "./redux/store"; const root..
프론트엔드/React
2022. 6. 2. 10:35
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 참조형 데이터
- redux
- find
- findindex
- 비교 연산자
- 느슨한 타입(loosely typed)
- EVERY
- null
- 타입변환
- some
- redux thunk
- redux middleware
- 동적(dynamic) 언어
- redux-middleware
- map
- 얕은복사
- undefined
- 불변 객체
- 기본형 데이터
- foreach
- redux-thunk
- filter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함