Skip to content

State management

Keep UI state in URL and browser storage (Query/Cookie/Session/Local).

Choose a Browser State Strategy

Use this hub when UI state needs to survive interaction, reloads, or navigation. Start with the storage strategy, then move into Query Manager, cookies, session, local storage, and array state.

Start with storage strategy, then move into URL state, cookies, session, local storage, and array state.