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

First of all, thanks for all the great work on v2! ❤️ In v1, the `resolveComponent` method was available on the router instance. This PR restores that for v2. I...

### Version: - `@inertiajs/svelte` version: 2.0.0-beta.1 ### Describe the problem: I use the `useForm` helper in my Svelte app for forms that have no data. With Inertia 1.0.16, I could...

svelte

### Version: - `@inertiajs/vue3` version: 1.2.0 ### Describe the problem: When having a global event the VisitOptions are not passed to the event object. ```document.addEventListener('inertia:before', checkForUnsavedChanges)``` ``` function checkForUnsavedChanges(event) {...

### Version: - `@inertiajs/vue3` version: Latest ### Describe the problem: SSR only appears to be working as expected while using chrome. Using FF/Safari for a split second on initial load...

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed...

dependencies
javascript

This PR addresses the challenges in the Inertia.js 1.x branch due to outdated dependencies. Previously, running `npm update` could break the build because of conflicts with stricter TypeScript checks. By...

Implements changes proposed in the following comment https://github.com/inertiajs/inertia/pull/1784#issuecomment-2134173531 back in May, without the server-side header idea (not against it, though I thought it was out of scope for this, and...

When putting dynamic value or javascript in a tag's content inside Inertia's Head component, it compiles to a jsx element containing an any[] children. `renderTag` function from Head will recursively...

### Versions: - `@inertiajs/core` version: 1.2.0 - `@inertiajs/react` version: 1.2.0 ### Describe the problem: Popular React MUI library has z-index for AppBars equal to 1100. Here z-index for progress is...

### Version: - `@inertiajs/react` version: 1.2.0 - `django-inertia` version: 0.6.0 ### Describe the problem: When using partial reload in a page component in React, I cannot manage to get the...

react