Foundation
Routes, semantic components, static paths, metadata, and the initial HTML contract.
Practical curriculum · 10 lessons
Build a correct mental model first, then add precise browser boundaries, secure Actions, application-owned identity policy, and production operations.
How to use this track
Routes, semantic components, static paths, metadata, and the initial HTML contract.
Signals, resumable events, request-local data, Actions, and native-first forms.
Application identity, authorization, security layers, hosting, performance, tests, and release evidence.
CURRICULUM
Use one verified sequence from an empty folder to a production artifact before selecting deeper feature guides.
↗01Create the smallest useful Nexis page, understand the initial HTML contract, and keep the first route entirely static.
↗02Compose static sections, define readonly props, and isolate a component only when it owns a coherent responsibility.
↗03Map source files to stable URLs, generate known dynamic content safely, and select a rendering mode from data requirements.
↗04Add a minimal lazy handler, bind a Signal directly to the target DOM node, and keep state ownership explicit.
↗05Deduplicate request-local loads, build native-first forms, validate server input, and keep mutations outside client code.
↗06Use Nexis session primitives with application-owned identity and storage boundaries.
↗07Apply RBAC and ownership on the server, then layer request guards, correlation, and rate limits around the Nexis production middleware.
↗08Protect rendering, Actions, cookies, remote media, proxy headers, telemetry, logs, and releases as one layered system.
↗09Select Node, Deno, or Cloudflare from runtime needs; use caching correctly; then deploy with observability and a rollback plan.
↗10Use layered checks for output, interaction, security, metadata, adapters, performance, and operational readiness.
↗