Stores
It is used to handle state management.
Last updated
Was this helpful?
It is used to handle state management.
Last updated
Was this helpful?
There is a tree structure to handle state management across all running applications.
State layout is used to handle all state ui requirements related to system layout. Inside the boilerplate there are 3 main layouts, namely dashboard, landing, mobile.
State ui is used to handle all state ui requirements related to the system user interface for example alerts, drawers etc.
State modules are used to handle all the state module requirements of the application, for example the auth module, account, product etc.
State i18n is used to handle all multilanguage state requirements. This is usually used for language switching in applications.