inertia icon indicating copy to clipboard operation
inertia copied to clipboard

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.

Results 260 inertia issues
Sort by recently updated
recently updated
newest added

### Versions: - `@inertiajs/vue3` version: 2.0.0-beta.1 - `inertiajs/inertia-laravel` version: 2.x-dev ### Describe the problem: I'm using Vue3, Laravel11 and Inertia v2 beta. I want to create an editable list (with...

### Version: - `@inertiajs/react` version: 2.0.0-beta.2 ### Describe the problem: When using api resources as a response it behaves like it did in version 1 no merging strategy is made...

react

This PR switches the browser's scroll restoration into manual mode, taking the process over from the browser. We're doing this primarily because of history encryption, as the process is async...

### Versions: - `@inertiajs/core` version: beta.2 - `@inertiajs/react` version: beta.2 ### Describe the problem: From a layout, I'm trying to call prefetch programmatically but it results in an error. ```ts...

Fixes #2011 This allows `useForm()` with no arguments in Svelte and Vue similar to how the [React useForm](https://github.com/inertiajs/inertia/blob/master/packages/react/src/useForm.ts#L49) is set up. NOTE I verified this works in Svelte via manual...

### This PR fixes #2025 ## Enhancements - **Merge `data` and `params` props:** This PR introduces a more flexible API that merges the `data` and `params` props. Now, you can...

### Versions: - `@inertiajs/react` version: v2-beta ### Describe the problem: In the current implementation of the `WhenVisible` component, it is not possible to use both data and `params` props simultaneously....

As mentioned in #2031, `nprogress` has been inactive for quite a long time and with the 2.x release it's probably smart to remove it as a dependency and bring it...

I wanted to open this to ensure awareness and have it tracked. The core package requires `nprogress` which seems more or less abandoned. The last 0.2.0 release on npm was...