CodeNewbie Community 🌱

Stanley-Kemuel Lloyd Salvation
Stanley-Kemuel Lloyd Salvation

Posted on

A brief on Flux Pattern

This pattern was created by Facebook to enable developers build client side application in an easy manner. This pattern defines series of components that manages a store that stores the state of your application.
How does this pattern help in designing a great SPA? Simple it uses triggers to store that state of your application and uses view functions to read values in the store.
It is worthy of note that these view functions a highly decoupled, hence resulting in an application that is scalable.

Top comments (0)