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