250x250
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
- express.js
- evm
- error
- SSR
- JavaScript
- nextJS
- graphQL
- hardhat
- concept
- middleware
- solidity
- 삶
- 기준
- CLASS
- API
- node.js
- CSS
- blockchain
- HTML
- built in object
- useState
- Props
- bitcoin
- tailwindcss
- Ethereum
- REACT
- web
- Redux
- typeScript
- Interface
Archives
- Today
- Total
목록rootReducer (1)
ReasonJun
Redux: CombineReducers
CombineReducers is a Redux helper function that takes an object of reducers as input and returns a single reducer that combines the functionality of all the reducers in the object. This is useful when your application has a complex state that is managed by multiple reducers. The syntax for using CombineReducers is as follows: const rootReducer = combineReducers({ counter: counterReducer, todos: ..
Frontend/Redux
2023. 8. 19. 14:05