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 thunk
- foreach
- filter
- EVERY
- 참조형 데이터
- some
- 비교 연산자
- redux-thunk
- 동적(dynamic) 언어
- redux
- map
- 느슨한 타입(loosely typed)
- redux middleware
- findindex
- 타입변환
- redux-middleware
- null
- 불변 객체
- find
- 얕은복사
- undefined
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함