Stores

It is used to handle state management.

There is a tree structure to handle state management across all running applications.

Layout

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.

UI

State ui is used to handle all state ui requirements related to the system user interface for example alerts, drawers etc.

Modules

State modules are used to handle all the state module requirements of the application, for example the auth module, account, product etc.

i18n

State i18n is used to handle all multilanguage state requirements. This is usually used for language switching in applications.

Last updated

Was this helpful?