Unidirectional Data Flow
State changes travel one way in a loop: view dispatches an action, the store computes new state, the view re-renders from that state. Because data never flows view-to-view, every change has exactly one auditable cause.
This Concept is waiting for its first lesson!
State changes travel one way in a loop: view dispatches an action, the store computes new state, the view re-renders from that state. Because data never flows view-to-view, every change has exactly one auditable cause.
Are you a teacher? Sign in to start contributing.
Sign In