inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.02k stars 405 forks source link

Add react 18.3 support and improve performance #1868

Closed abdorrahmani closed 2 months ago

abdorrahmani commented 2 months ago

In this PR, based on the changes made for React 18.3, the changes have been applied because according to the React document, these changes must be made before migrating from 18 to React 19.

driesvints commented 2 months ago

Tests fail. Please make sure tests pass before sending in the PR, thanks.