Client State
State is typically managed on the client side.
Overview
store
βββ i18n
β βββ <another reducer>
β βββ index.ts //Combine reducers
βββ layout
β βββ <another reducer>
β βββ dashboardSlice.ts //Dashboard layout reducer
β βββ index.ts //Combine reducers
βββ module
β βββ <another reducer>
β βββ userSlice.ts //User module reducer
β βββ index.ts //Combine reducers
βββ ui
βββ <another reducer>
βββ alertSlice.ts //UI alert reducer
βββ index.ts //Combine reducersi18n
Layout
Module
UI
Last updated