inertia
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.
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 - Hello. I got the same issue like [here](https://github.com/inertiajs/inertia/issues/309) in my code, but not with request sending functions. I'm trying...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: `useForm` data is not reactive/looses reactivity. It probably is caused by the spreading of `restored.data` or...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-svelte` version: 0.8.0 ### Describe the problem: when i using with laravel-vite ,, getting below error. `Uncaught SyntaxError: The requested module '/node_modules/@inertiajs/inertia/dist/index.js?v=8fdd45f8' does...
Hi guys! First of all, this is my first project using the Vue 3/Inertia combo and I gotta say I love it so far! However, I encountered what might not...
### Versions: - `@inertiajs/inertia` version: v0.6.3 ### Describe the problem: I created a General Exception, it should determine if it is an axios request or inertiajs.. so what will happen...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue` version:0.8.0 ### Describe the problem: When open the page the first time, the code inside `resolve` function will execute twice. ### Steps...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: Nested object in useForm must be cloned before assigning them as default. ### Steps to reproduce:...
check if string before attempting to convert as to lowercase; allows to provide custom component as element rather than be restricted to only `
This adds SSR support for Svelte. Setup is rather simple compared to the other frameworks. Here is an example for Vite: ```js // ssr.js import { createInertiaApp } from '@inertiajs/inertia-svelte'...
I came across an instance where I actually needed to open a new window after a request. Thoughts on this approach?