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
- tailwindcss
- JavaScript
- bitcoin
- REACT
- nextJS
- web
- solidity
- concept
- Redux
- CLASS
- built in object
- useState
- SSR
- typeScript
- graphQL
- node.js
- error
- hardhat
- API
- Props
- blockchain
- Interface
- express.js
- Ethereum
- 기준
- CSS
- HTML
- evm
- 삶
- middleware
Archives
- Today
- Total
목록toolkit api (1)
ReasonJun
Redux : toolkit API : configureStore()
The configureStore() function in Redux Toolkit is a simplified version of the createStore() function in the original Redux library. It takes care of setting up the store with the middleware you need, and it also includes redux-thunk by default. Here is the syntax for using configureStore(): import { configureStore } from '@reduxjs/toolkit'; const store = configureStore({ reducer: rootReducer, })..
Frontend/Redux
2023. 8. 19. 23:22