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