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

I implemented the feature of #1536. ``` import { router } from '@inertiajs/vue3' type RequestData = { message: string } const onClick = () => { router.post(url, { title: 'hello'...

When using Vue Attrs over the component props we lose the capability to define the prop as camelcase or kebab-case. In most cases, this is fine. If you are using...

### TL;DR Form state lost when response redirect to the same location. (in case of 409) ### Detail This PR fixes a bug when redirecting 303 to the same location...

core

Adding the option to use either a string **or a React component** as a rendering option for `` component using `as` attribute. This allows for greater customization, as seen in...

Preserve scroll should be true on initial page visit to mimic normal browser behavior. If a user has scrolled down the page, and then reloads, the page should stay where...

In relation to [this discussion ](https://github.com/inertiajs/inertia/discussions/1174), here's a proposal for using nested form data in the react package. This uses @sbc640964's suggestion to utilize lodash methods, which made sense to...

### Version: - `@inertiajs/vue3` version: 1.0.11 ### Describe the problem: I'm using Laravel RateLimits in my application. The rate limit has a callback defined, which redirects back to the previous...

bug

### Versions: - `@inertiajs/core` version: 1.0.11 - `@inertiajs/vue3` version: 1.0.11 - `vue` version: 3.3.4 ### Describe the problem: Hello. Since we migrated from Vue 2 to Vue 3 and upgraded...

### Version: Both installed in package.json - "@inertiajs/inertia-vue3": "^0.6.0", - "@inertiajs/vue3": "^1.0.11", ### Describe the problem: I'm upgrading inertiajs project from @inertiajs/inertia-vue3 to @inertiajs/vue3 I keep all other code as...