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