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.
Fixes #1136 by making the default the safer indices serialization technique
https://github.com/inertiajs/inertia/issues/1125
When creating a Blob, it's very much possible to give it a name Use case: I'm transforming an image File and thus need to convert it to a Blob and...
This allows users to configure the `recentlySuccessful` delay, which currently is set to 2000 with no option to change this. The delay can be set using the second (or third)...
Related JavaScript code: https://github.com/inertiajs/inertia/blob/master/packages/inertia-vue3/src/createInertiaApp.js#L15 A stackoverflow question about this issue: https://stackoverflow.com/questions/69583649/error-on-app-variable-in-a-inertia-js-laravel-typescript-vue-3-applicati
This PR is for adding a poll feature to Inertia ( similar to Livewire's `wire:poll` [directive](https://laravel-livewire.com/docs/2.x/polling) ) which allows users to periodically pull data from the backend (via `Inertia.reload()` function)....
## Summary Currently empty arrays aren't appended to the FormData object, this means sending an empty array won't reach the server at all. It can be confusing when you have...
This PR will allow users to pass `null` to `replace` parameter. A null value means that neither a new state will be pushed nor a new state will be set....
This is to ensure that query object data with NULL as values are stripped from the resulting query string. Example and reference: https://github.com/ljharb/qs#handling-of-null-values