Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- next.js css
- nextjs 설치
- rewrites
- createGlobalStyle
- git lab
- fetch
- npm styled-reset
- nextjs .env
- 컨디셔널 렌더링
- There isn’t anything to compare
- API 토큰
- input type=file
- styled components
- ngrok실행
- API token
- getModifierState
- ngrok설치
- SCSS
- bootstrap
- react
- github
- typescript react
- github io
- react typescript
- icon
- dart 변수
- nextjs
- Git
- CSS
- react env
Archives
- Today
- Total
목록React Redux (1)
꾸준히 성장하는 개발자

Redux 란? Redux = Reducer + Flux flux 아키텍쳐에 reducer라는 개념을 도입 Javascript app을 위한 예측 가능한(predictable) state container이다 리액트 뿐만 아니라 Augular, jQuery, vanilla JavaScript 등 다양한 framework와 작동되게 설계되어 있다. 모든 전역 state를 하나의 거대한 object에 모두 담아서 관리한다. Redux 쓰는 이유 1. props 문법 귀찮을 때 사용 - 모든 component가 props 없이 state 직접 꺼낼 수 있음 2. state 변경 관리할때 사용 - state가 버그가 생겨도 추적이 쉬워 찾기 쉽다 하지만 난 지금 React랑 같이 쓸 거니까 설치는 React-r..
React
2022. 5. 20. 10:20