Island pages
Name the page with.island.tsx:
Marking islands
Use an import attribute. The value is the hydration strategy:src/routes/blog/index.island.tsx
Strategies
TypeScript needs
"module": "ESNext" for import attributes. See TypeScript.
Forms and navigation
Island pages do not run the SPA router.<Link> to a non-island page does a full load. Use useIslandForm instead of useForm — a successful action reloads the document.