Can React 18 be used with Next.js version 15? #72795
Unanswered
toshi-ino
asked this question in
App Router
Replies: 2 comments 1 reply
-
You can downgrade for now, yep. Check out https://ui.shadcn.com/docs/react-19 |
Beta Was this translation helpful? Give feedback.
1 reply
-
It seems that my previous question lacked some details. I would like to know if Next 15 (App Router) + React 18 will work. My current understanding is that Next 15 (Page Router) + React 18 works, but Next 15 (App Router) requires React 19. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear All and Next.js Team,
I have a question about Next.js version 15.
In my current project, I would like to use Next.js version 15. According to the documentation, it says to use React 19. However, other packages used in the project cannot be used with React 19.
When I look at Next.js's
package.json
, it is written as follows:node_modules/next/package.json
I understand this to mean that Next.js 15 also works with React 18; is this correct?
We don't have much time. It would be helpful if we could get quick feedback.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions