Get your Front End Rolling with Vue and InertiaJS
is a new JavaScript framework made for people who don’t really need an API but want to use a modern JavaScript framework like React or Vue as their view layer. Inspired by libraries like Turbolinks, InteriaJS makes your app behave like a SPA while still being a fully sever-rendered app.
In this talk, we will go through
- Visual explanation of InertiaJS
- How to set up InertiaJS on the server
- How to set up InertiaJS on the client
- Demo of the end result
- Pros and Cons
So skip writing the API you are only using yourself, just use your framework as normal and take advantage of the great frontend JavaScript world at the same time.