RFC: Migration from Next.js 14 to Next.js 16 #117
kelvink96
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
We're considering upgrading our dashboard from Next.js 14.2.26 to Next.js 16 (stable). This is a significant upgrade that brings major performance improvements but requires careful planning due to breaking changes.
PS: The old version with next 14 can be found here - next 14 code
Why Migrate?
Performance Gains
New Capabilities
useEffectEvent, Activity)cacheLifeandcacheTagAPIsBreaking Changes
High Impact
middleware.tsmust be converted toproxy.ts(Node.js only, no Edge)Dependencies to Audit
@mantine/next- Next.js 16 compatibilitynext-auth- React 19 / Next.js 16 support@storybook/nextjs- React 19 compatibilitymantine-datatable,react-apexcharts,@tiptap/*- React 19 compatibilityProposed Approach
Questions for the Community
Resources
Please share your thoughts, concerns, and suggestions below!
Beta Was this translation helpful? Give feedback.
All reactions