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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)