You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Inertia creates fully client-side rendered SPAs without modern SPA complexity, leveraging existing server-side patterns.
4
+
- Components live in `{{$assist->inertia()->pagesDirectory() }}` (unless specified in `vite.config.js`). Use `Inertia::render()` for server-side routing instead of Blade views.
5
+
- ALWAYS use `search-docs` tool for version-specific Inertia documentation and updated code examples.
- IMPORTANT: Activate `inertia-svelte-development` when working with Inertia Svelte client-side patterns.
12
+
@endif
13
+
1
14
# Inertia v1
2
15
3
16
- Inertia v1 does not support the following v2 features: deferred props, infinite scrolling (merging props + `WhenVisible`), lazy loading on scroll, polling, or prefetching. Do not use these.
Copy file name to clipboardExpand all lines: .ai/inertia-laravel/2/core.blade.php
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# Inertia
2
+
3
+
- Inertia creates fully client-side rendered SPAs without modern SPA complexity, leveraging existing server-side patterns.
4
+
- Components live in `{{$assist->inertia()->pagesDirectory() }}` (unless specified in `vite.config.js`). Use `Inertia::render()` for server-side routing instead of Blade views.
5
+
- ALWAYS use `search-docs` tool for version-specific Inertia documentation and updated code examples.
0 commit comments