## Inertia v2 - Make use of all Inertia features from v1 and v2. Check the documentation before making any changes to ensure we are taking the correct approach. ### Inertia v2 New Features - Deferred props. - Infinite scrolling using merging props and `WhenVisible`. - Lazy loading data on scroll. - Polling. - Prefetching. ### Deferred Props & Empty States - When using deferred props on the frontend, you should add a nice empty state with pulsing/animated skeleton. ### Inertia Form General Guidance @if ($assist->inertia()->hasFormComponent()) - The recommended way to build forms when using Inertia is with the `