Not a Framework
Inertia isn’t a framework, nor is it a replacement for your existing server-side or client-side frameworks. Rather, it’s designed to work with them. Think of Inertia as glue that connects the two. Inertia does this via adapters. We currently have three official client-side adapters (React, Vue, and Svelte) and four server-side adapters (Laravel, Rails, Phoenix, and Django).Support Policy
Inertia.js follows the same support policy as Laravel. When a new major version is released, the previous version receives bug fixes for 6 months and security fixes for 12 months.| Version | Bug Fixes Until | Security Fixes Until |
|---|---|---|
| 0.x | End of life | End of life |
| 1.x | End of life | End of life |
| 2.x | 6 months after v3 release | 12 months after v3 release |
| 3.x | TBD | TBD |