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