ferdingler / SSR-IntegTest-NextJS-v13

NextJS 13 test app

Home Page:https://ssr-integ-test-next-js-v13.vercel.app

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

NextJS 13 test app

https://ssr-integ-test-next-js-v13.vercel.app


Languages

Language:TypeScript 46.5%Language:CSS 43.7%Language:JavaScript 9.8%