Skip to content
AtomicReps

Navigation

16/25Frontend

State Management.

Client-side state management patterns and libraries.

  • State Management · 1 of 3

    React Context API

    Which component must wrap consumers to supply a Context value?

  • State Management · 2 of 3

    Global vs Local State Patterns

    In a 2026 React app, where should the value of a list filter (e.g. ?status=open) most appropriately live, per the modern state-placement hierarchy?

  • State Management · 3 of 3

    TanStack Query / SWR

    What tradeoff does increasing staleTime usually introduce?

Three of the 718 State Management questions in the bank.

Keep going with State Management, free
Next topic · 17/25Svelte.