

InertiaJS
InteriaJS provides a unique approach to a monolith application, which they call the "modern monolith." It allows us to easily mesh our server-side to our client-side without needing to change much code.
From The Feed
-
Will deployment be covered?
Hi,
I was wondering if a chapter about production deployment will be included in the course?
Thanks in advance.
Read more -
Inertia + React - Change URL but open modal (No full navigation)
Working with Adonisjs + Inertia + React.
Read more
I want to show details of a user by clicking on it. I want the url to change but a modal opening instead of a full navigation
Do you have an idea of how can accomplish that? -
SharedData Problem - Inertia + React
here is my
inertia.ts
sharedData: { greetings: 'bonjour', user: (ctx) => ctx.auth.user, errors: (ctx) => ctx.session?.flashMessages.get('errors'), },
Read moreVue Sortable
Hi @tomgobich ! I have a quick question concerning your inertia course. On your deployed app, there is the Sortable feature on the
Read more/courses
page. I could not find the corresponding code on your repo or your other branches on GitHub. Can you...Inertia and i18n
Hello,
I want to use the i18n module in an inertia project with react but i can't find a way to use the t('messages.gretting') method in my tsx component…
Read more
Is it possible to use this method in inertia like in Edge template ? Or am i forced to...Lessons.
How To Add InertiaJS to a New AdonisJS Project
In this lesson, we'll create a new AdonisJS project, then install and configure InertiaJS with Vue 3 using the InertiaJS-AdonisJS adapter.
Showing 101 to 101 of 101 results