app-router.hichaelmart.com Open in urlscan Pro
188.114.97.3  Public Scan

URL: https://app-router.hichaelmart.com/
Submission: On November 22 via api from US — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

APP ROUTER

Menu
Layouts
Nested LayoutsGrouped LayoutsParallel Routes
File Conventions
LoadingErrorNot Found
Data Fetching
Streaming with SuspenseStatic DataDynamic DataIncremental Static Regeneration
Components
Client Context
Misc
PatternsClient Component HooksCSS and CSS-in-JS
acme.com
/


EXAMPLES

Layouts
Nested Layouts
Create UI that is shared across routes
Grouped Layouts
Organize routes without affecting URL paths
Parallel Routes
Render multiple pages in the same layout
File Conventions
Loading
Create meaningful Loading UI for specific parts of an app
Error
Create Error UI for specific parts of an app
Not Found
Create Not Found UI for specific parts of an app
Data Fetching
Streaming with Suspense
Streaming data fetching from the server with React Suspense
Static Data
Generate static pages
Dynamic Data
Server-render pages
Incremental Static Regeneration
Get the best of both worlds between static & dynamic
Components
Client Context
Pass context between Client Components that cross Server/Client Component
boundary
Misc
Patterns
A collection of useful App Router patterns
Client Component Hooks
Preview the routing hooks available in Client Components
CSS and CSS-in-JS
Preview the supported styling solutions
By

View code or deploy your own