-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Next.js 14 #5397
Comments
Set 5 points, since we need to follow the migration guide, migrate existing routes to the new app router, and make sure marking components with |
Reading migration guide now to make sure the upgrade can be done efficiently. E.g., using code mods where possible |
Created a new ticket to capture the need to incrementally migrate all routes: This ticket will start the migration with some examples |
Looks like other people are struggling with the upgrade as well: emotion-js/emotion#2928 (comment) I think I'll just keep the routes in |
Will have a followup PR to tackle Google Font and Metadata using the new Next.js API |
NOTES:
"use client";
until MUI resolves the issue hereTASKS:
Upgrade Nextjs packages and update breaking changes in Link, Image, Script
Update Google Font usage for Inter
Upgrade MUI and SDS - can be done later, since we already have MUI 15.4.0, which unblocks Next14 upgrade
Update SEO Metadata to use new function generateMetadata(): postponed due to Plans to support Next.js 13 - /app directory emotion-js/emotion#2928 (comment)
Update a few routes to use app router as example, and incrementally migrate more pages as we go: postponed due to Plans to support Next.js 13 - /app directory emotion-js/emotion#2928 (comment)
Do MUI integration with https://mui.com/material-ui/guides/nextjs/: postponed due to Plans to support Next.js 13 - /app directory emotion-js/emotion#2928 (comment)
RESOURCES:
The text was updated successfully, but these errors were encountered: