inertia-laravel still on React v18 #2230
Replies: 3 comments 1 reply
-
someone ansered yes on some other posts #2142 (comment) but I also would like to know, i have couple projects still running React 18 on Inertia v2, and I would love to make use of some cool new features of react 19 |
Beta Was this translation helpful? Give feedback.
-
let's release inertia v3 on react 19 😆 |
Beta Was this translation helpful? Give feedback.
-
See this PR, which was released in 1.3.0: #2121 So, Inertia supports React 19 just fine. Breeze is a separate thing, it's a starter kit. That just installs 18, you can make a PR to Breeze so it'll install 19 by default, or just update the dependencies. |
Beta Was this translation helpful? Give feedback.
-
I installed the latest version of Laravel (v11.x) a few days back and then used Breeze to scaffold React via Inertia.
composer.json
shows that I'm using the new v2 of inertia:"inertiajs/inertia-laravel": "^2.0"
but when I check react, it is still on v18:{ "name": "react", "version": "18.3.1"}
. When is Inertia v2 going to switch to React v19?Beta Was this translation helpful? Give feedback.
All reactions