| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- API
- concept
- solidity
- middleware
- node.js
- graphQL
- Props
- 삶
- express.js
- 기준
- CLASS
- error
- SSR
- built in object
- useState
- evm
- blockchain
- typeScript
- CSS
- JavaScript
- bitcoin
- web
- nextJS
- Ethereum
- Interface
- Redux
- REACT
- tailwindcss
- HTML
- hardhat
- Today
- Total
목록Toolkit (2)
ReasonJun
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 ..
Redux Toolkit is a set of tools that helps simplify Redux development. It provides a number of utilities that make it easier to create and manage Redux stores, reducers, and actions. Some of the features of Redux Toolkit include: Simplified store configuration: Redux Toolkit provides a function called configureStore() that makes it easy to configure a Redux store. This function takes care of set..