Flux shine tsarin gida (daga Facebook) don sarrafa jiha tare da bakin biyaye zuwa gida (hanya ita illa) na data. Ita ne tushen mahimman Abu ga Redux kuma ta tasiri da yawa wajen ƙididdiga na yau. Mahimman ra'ayi: data tana biyaye cikin hanya iya iya haswa.
Sakoci na bakin biyaye ita illa
Action → Dispatcher → Store → View
↑ │
└───────────────────────────────────┘
(user interaction creates a new Action)
1. Action — a plain object describing WHAT happened ({ type: 'ADD_TODO', text })
2. Dispatcher — a central hub that sends every action to the stores
3. Store — holds state + logic; updates itself in response to actions
4. View — renders from the store; user interactions dispatch new actions
