JustinBeaudry/nextjs-starter

Update to NextJS 13

JustinBeaudry opened this issue · 2 comments

NextJS 13

  • Migrate to the new app/ directory
    • Layout component
      • How can this setup introduce nested layouts? Is it necessary?
  • use the new Link and remove the wrapper (src/Link.tsx)
  • use Turbopack
    • next dev --turbo
npm i next@latest react@latest react-dom@latest eslint-config-next@latest

Will update to 13.x.x but will hold off on supporting the app directory due to issues with emotion.

Completed in #8