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

Redux data flow is a unidirectional data flow architecture that ensures that data can only flow from the actions to the reducers, and then to the store. This makes it easier to reason about the state of the application and to track changes over time. The data flow in Redux is as follows: The user interacts with the application, which triggers a change in the state. The component that handles the..
Frontend/Redux
2023. 8. 19. 13:18