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.
I am dynamically creating Vue components and passing props to them using the 'component' element like so: ``` open(){ let component = { id: this.id, component: 'TestComponent', props: { index:...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-svelte` version: 0.8.0 ### Describe the problem: Ahoy I have an array of column definitions, also inline callbacks, i.e. ``` columns['tax_rate'] = {...
### Versions: - `vue` version 3.0.5 - `@inertiajs/inertia` version 0.9.0 - `@inertiajs/inertia-vue3` version 0.4.0 ### Describe the problem: Similar to here, I have this problem when using Sortable.js / VueDraggable:...
I believe there may be some issues around the way Inertia handles it's ajax calls in the presence of Cache-Control headers that are put in place for security. See the...
Hello, This add typescript support for `@inertiajs/inertia-svelte`. This fix #992
Fix #1001
### Versions: - `@inertiajs/inertia` version: 0.11 - `@inertiajs/inertia-react` version: 0.8.0 ### Describe the problem: A typescript error if a child is added to the Inertia `` component. ### Steps to...
> Same PR as #1009 but with a rebase, messed up the other PR somehow 🤦 . Hey guys, this PR adds an option to preserve the current url, this...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-vue3` version: 0.6.0 ### Describe the problem: I have a laravel 9 app builded with `vue3 `, `inertia-laravel` , `inertiajs` and `laravel-vite` ,...
### Versions: - `@inertiajs/inertia` version: 0.11.0 - `@inertiajs/inertia-svelte` version: 0.8.0 ### Describe the problem: When submit a form with multiple input fields and those fields failed validation, if correct anyone...