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
- middleware
- Props
- useState
- error
- web
- CLASS
- JavaScript
- HTML
- 기준
- node.js
- 삶
- tailwindcss
- solidity
- typeScript
- SSR
- built in object
- Redux
- bitcoin
- express.js
- Interface
- concept
- evm
- nextJS
- Ethereum
- REACT
- CSS
- blockchain
- API
- graphQL
- hardhat
Archives
- Today
- Total
목록createReducer (1)
ReasonJun
Redux : toolkit : createAction / createReducer
createAction() The createAction() function in Redux Toolkit is a helper function that creates an action creator function. An action creator function is a function that returns an action object. The createAction() function takes two arguments: the action type and an optional prepareCallback function. The action type is a string that uniquely identifies the action. The prepareCallback function is ..
Frontend/Redux
2023. 8. 19. 23:43