Server-first State
The App Router means a lot of what used to live in global client state — fetched data, user info, preferences — can now live on the server or in the URL. Only reach for client state for genuinely ephemeral UI state.
The App Router means a lot of what used to live in global client state — fetched data, user info, preferences — can now live on the server or in the URL. Only reach for client state for genuinely ephemeral UI state.