🎥 Watch "State Management" style guide video here.arrow-up-right
local >
prop passing >
Context or Global
internal state
global state
client global state (Zustand)
server global state (RQ)
context state
local state (useState)
...
external state
URL state
local storage
Last updated 1 year ago