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