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
- HTML
- middleware
- Props
- tailwindcss
- node.js
- CLASS
- evm
- Redux
- typeScript
- CSS
- Ethereum
- 기준
- JavaScript
- built in object
- solidity
- Interface
- blockchain
- express.js
- hardhat
- web
- nextJS
- bitcoin
- concept
- 삶
- graphQL
- API
- SSR
- REACT
- useState
- error
Archives
- Today
- Total
목록combineReducers (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