-
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...Will deployment be covered?
Hi,
I was wondering if a chapter about production deployment will be included in the course?
Thanks in advance.
Read moreInertia 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...End of feed