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 |
Tags
- dvh
- react-native
- electron-packager
- vercel git lfs
- rolldown
- 이미지 데이터 타입
- adb pair
- ELECTRON
- github pdf
- Git
- camera permission
- camera access
- react-native-dotenv
- github 100mb
- custom printing
- Failed to compiled
- github lfs
- npm package
- html
- nextjs
- device in use
- Recoil
- 티스토리 성능
- Each child in a list should have a unique "key" prop.
- Can't resolve
- silent printing
- augmentedDevice
- animation
- adb connect
- ffi-napi
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 |