Update to NextJS 13
JustinBeaudry opened this issue · 2 comments
JustinBeaudry commented
- Migrate to the new
app/
directoryLayout
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
JustinBeaudry commented
Will update to 13.x.x
but will hold off on supporting the app
directory due to issues with emotion.
JustinBeaudry commented
Completed in #8