ferdingler / Bundled-Imports-IntegTest-DoNotTouch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJS v13

Uses Typescript. Does not use experimental app directory. The following table shows all demo features in this app.

Feature Visit Page
Static /
ISR /isr
SSR /ssr
Locale Path Routing /locales, /en-US/locales and /fr/locales
API routes /api/hello
Redirects (Basic) /basic-redirect
Redirects (Wildcard) /wildcard-redirect/a/b/c/
Redirects (Regex) /regex-redirect/123
Redirects (Query) /query-redirect?q=hello
Redirects (With locale) /fr/basic-redirect
Rewrites /rewrite
Custom Headers /custom-headers
Image optimization /image
Remote Image /remoteimage

About


Languages

Language:TypeScript 50.6%Language:CSS 38.0%Language:JavaScript 11.4%