This marks a huge step forward for Inertia. The core library has been completely rewritten to architecturally support asynchronous requests, enabling a whole set of new features, including:
- Polling
- Prefetching
- Deferred props
- Infinite scrolling
- Lazy loading data on scroll
By far the most sane way to use React/Vue.
We've been using v1 at work (with a Rails backend) and it's fantastic.
You get the best of both worlds, and little or none of the drawbacks.
https://twitter.com/reinink/status/1844422104256758108
The Inertia.js v2.0 beta is now available!
This marks a huge step forward for Inertia. The core library has been completely rewritten to architecturally support asynchronous requests, enabling a whole set of new features, including:
- Polling - Prefetching - Deferred props - Infinite scrolling - Lazy loading data on scroll