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 |
Tags
- electron-packager
- dvh
- html
- 티스토리 성능
- ffi-napi
- github pdf
- camera permission
- custom printing
- device in use
- vercel git lfs
- rolldown
- silent printing
- react-native
- npm package
- Can't resolve
- camera access
- adb connect
- animation
- github lfs
- 이미지 데이터 타입
- Failed to compiled
- Recoil
- ELECTRON
- react-native-dotenv
- github 100mb
- nextjs
- Git
- adb pair
- Each child in a list should have a unique "key" prop.
- augmentedDevice
Archives
- Today
- Total
Bleeding edge
2022/11/25 - Redux 본문
Redux 컨셉
- Predictable
- Centralized
- Debuggable
- Flexible
Flux - store
상태 ,상태변경 로직 포함
개발 중 상ㅌ ㅐ변경이 수정되면 상태가 초기화됨
Redux- Store
상태만 관리, 디스패처 기능 탑재
상태가 유지됨
Redux-Reducer
상태변경 로직 관리 함수
개발 중 상태 변경 로직 수정
reducers는 동기처리
extraReducers는 비동기처리가 가능하다.
'ConnecTo' 카테고리의 다른 글
2022/11/29 - Git actions (0) | 2022.11.30 |
---|---|
2022/11/28 (0) | 2022.11.28 |
2022/11/24 - Route (0) | 2022.11.24 |
2022/11/23 - TIL (0) | 2022.11.24 |
2022/11/22 - Hook (0) | 2022.11.22 |