undefined

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.

2 Series
102 Lessons
null

Discussions

Inertia + React - Change URL but open modal (No full navigation)

@michel-mbili
@michel-mbili

Working with Adonisjs + Inertia + React. 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

@michel-mbili
@michel-mbili

here is my inertia.ts sharedData: { greetings: 'bonjour', user: (ctx) = ctx.auth.user, errors: (ctx) = ctx.session?.flashMessages.get('errors'), }, Here is a page:interface Props extends PageProps {} const SigninPage = () = {...

Vue Sortable

@memsbdm
@memsbdm

Hi @tomgobich ! I have a quick question concerning your inertia course. On your deployed app, there is the Sortable feature on the /courses page. I could not find the corresponding code on your repo or your other branches on GitHub. Can you...

4
2,641

Will deployment be covered?

@mohamed-m'rabet
@mohamed-m'rabet

Hi,I was wondering if a chapter about production deployment will be included in the course?Thanks in advance.

3
1,012

Inertia and i18n

@thomas-danger
@thomas-danger

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… Is it possible to use this method in inertia like in Edge template ? Or am i forced to...

6
2,426

Showing 1 to 5 of 5 results