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 |
| 29 | 30 | 31 |
Tags
- typeScript
- graphQL
- Props
- express.js
- blockchain
- middleware
- REACT
- evm
- web
- node.js
- hardhat
- 삶
- Ethereum
- HTML
- concept
- JavaScript
- nextJS
- useState
- error
- Interface
- solidity
- SSR
- built in object
- CSS
- Redux
- bitcoin
- API
- 기준
- CLASS
- tailwindcss
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