AdonisJS + InertiaJS

8 Lessons

59 minutes

In this series, we'll learn how to integrate, configure and use InertiaJS within an AdonisJS project. In this series, we'll be using Vue 3 as our client-side framework. We'll look at things like authentication, form submissions, redirects, and more.

AdonisJS + InertiaJS #1.0

How To Add InertiaJS to a New AdonisJS Project

AdonisJS + InertiaJS #2.0

Understanding The Flow Between Adonis, Inertia, and Vue 3

AdonisJS + InertiaJS #3.0

Creating Layouts and Defining Default Layouts

AdonisJS + InertiaJS #4.0

Adding TailwindCSS to our Adonis, Inertia, Vue Application

AdonisJS + InertiaJS #5.0

Naive UI and Vue 3 Component Import on Demand

AdonisJS + InertiaJS #6.0

Simplifying Imports with Path Aliases & Global Components

AdonisJS + InertiaJS #7.0

Introducing InertiaJS Forms & The InertiaJS Form Helper

AdonisJS + InertiaJS #8.0

Form Validation Error Handling