Client Component
Interactivity survives the export.
The initial view is prerendered. React then hydrates it and safely uses browser-only APIs from an effect.
prerendered at build
0The count is local to this browser. No server receives it.Client Component
The initial view is prerendered. React then hydrates it and safely uses browser-only APIs from an effect.
prerendered at build
0The count is local to this browser. No server receives it.