SPA patterns
use() + Context
SWR
React Query
Browser-only
Shallow routing
Mutations
Rendering components only in the browser
Loaded with
next/dynamic
and
ssr: false
, so it runs only in the browser.
Loading (browser only)…