SSR / SSG / ISR / PPR
Choose rendering and cache behavior per route: static, ISR, server, or partial.
Capabilities
Nexis exposes the primitives a server-rendered application needs while keeping the browser payload proportional to the interaction present on a page.
HTML + CSS
Public, immutable pagesHTML + event bootstrap + lazy chunk
Discrete user intentHTML + bindings runtime
Direct scalar DOM changesHTML + form runtime
Native submission, enhanced when available
Framework surface
Choose rendering and cache behavior per route: static, ISR, server, or partial.
Compose route shells recursively and inherit metadata while letting child routes override only what changes.
Flush useful fallback HTML first, then stream finished asynchronous boundaries.
Use typed state, computeds, resources, effects, stores, and lifecycle cleanup without component reconciliation.
Keep native browser submission; add idempotency, CSRF, and controlled enhancement only where the route needs it.
Generate typed metadata, canonicals, JSON-LD, robots, sitemaps, feeds, responsive pictures, and self-hosted font rules.