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
- REACT
- API
- bitcoin
- HTML
- 삶
- CLASS
- built in object
- SSR
- express.js
- nextJS
- hardhat
- Redux
- JavaScript
- Props
- middleware
- 기준
- typeScript
- blockchain
- concept
- web
- Interface
- tailwindcss
- solidity
- Ethereum
- evm
- node.js
- graphQL
- error
- CSS
- useState
Archives
- Today
- Total
목록provider (1)
ReasonJun
Redux : Provider / useSelector / useDispatch
Provider is a React component that makes the Redux store available to all of its child components. It is used to connect the Redux store to the React component tree. The syntax for using Provider is as follows: import { Provider } from 'react-redux'; const App = () => { const store = createStore(reducer); return ( ); }; In this example, the Provider component is used to make the store variable a..
Frontend/Redux
2023. 8. 19. 15:10