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