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