-
Hello, I use the tab part because I made the view part, but in this part, it returns directly to the homepage with inertiajs, can we add this to the url param?
for ex :
http://127.0.0.1:8000/admin…
-
Use `` meta information to create preview for links. Do this with middleware on responses, pass a piece of data from server into the `app.blade.php` component to set the values properly, data should n…
-
The default port used by SSR is 13714.
How to change it?
I use Laravel Forge and I have 2 sites on same server, both using Inertia and SSR. When I enable Inertia SSR via Forge for 2nd site, it s…
-
### Version:
- `@inertiajs/svelte` version: 1.2.0
### Describe the problem:
**1. The router**
Just importing the router (`@inertiajs/core`) instantly adds 110KB to the final, minified unco…
-
Sometimes texts that need to be translated are not visible when the page is refreshed. How can I fix this error?
ssr.tsx
Version:
php: 8.2
laravel: 10
inertiajs/inertia-laravel": "^0.6.3"
"la…
-
Inertia uses its own `Link` component: https://inertiajs.com/links
What is the best way to integrate all flowbite-svelte links with this `Link` component from inertia?
-
Module '"@emotion/css"' has no exported member 'CSSInterpolation'
package.json
```json
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "…
-
### 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 …
-
How to use on inertiajs laravel
-
Would like to use this with vuejs.
Is that possible ? I read about how inertia works and I like its simply approach . Less is more in this case :)