# Laravel Inertia
Inertia is a glue library between a back-end and a front-end application. It enables rendering client-side components on the server.
It can instantiate client-side components, handle events, routing, links, forms, file uploads, validation, and more.
It is compatible with different front-end (e.g., Vue.js, React, etc) and back-end frameworks, including [[Laravel]]. Some Laravel starter kits include Inertia (e.g., [[Laravel Jetstream]]).
## References
- https://inertiajs.com/
- https://inertiajs.com/community-adapters