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
- The site is made available by Herd, and will be available at: https?://[kebab-case-project-dir].test. Use the `get-absolute-url` tool to generate URLs for the user to ensure user satisfaction and valid URLs.
2
-
- You must not run any commands to make the site available via HTTP(s). It is _always_ available through Herd.
1
+
## Laravel Herd
2
+
3
+
- The application is served by Laravel Herd and will be available at: https?://[kebab-case-project-dir].test. Use the `get-absolute-url` tool to generate URLs for the user to ensure valid URLs.
4
+
- You must not run any commands to make the site available via HTTP(s). It is _always_ available through Laravel Herd.
- Make use of all Inertia features from v1 & v2. Check the documentation before making any changes to ensure we are taking the correct approach.
4
4
5
-
## Inertia v2 New Features
5
+
### Inertia v2 New Features
6
6
7
7
- Polling
8
8
- Prefetching
9
9
- Deferred props
10
-
- Infinite scrolling using merging props and WhenVisible
10
+
- Infinite scrolling using merging props and `WhenVisible`
11
11
- Lazy loading data on scroll
12
12
13
-
- When using deferred props on the frontend we should add a nice empty state with pulsing / animated skeleton. Check the docs before making any changes to ensure we are approaching this in the correct way.
13
+
### Deferred Props & Empty States
14
+
15
+
- When using deferred props on the frontend, you should add a nice empty state with pulsing / animated skeleton.
0 commit comments