You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryan Martin edited this page Mar 4, 2020
·
2 revisions
Skybunk State Manager
The Skybunk State Manager is a node module which is consumed by both mobile and web applications. It contains all of the shared front-end state and logic. This allows the mobile and web applications to be strictly UI, while all the main logic lives within the State Manager.
It is broken down into several different components, we'll call modules.
Modules
The package is broken down into different modules, representing the core components of the application:
Channels
Profiles
Posts
User
Auth
Each module defines it's respective state and actions.