- Mastering Immutable.js
- Adam Boduch
- 56字
- 2021-07-08 10:30:04
Unidirectional data flow
React and Flux have popularized the concept of unidirectional data flow as the fundamental concept that drives web application architecture. A unidirectional data flow is exactly what it sounds like—data that flows in one direction. It's a simple idea, but it's an important mindset to adopt when thinking about immutable data.