@michel-mbili

Learning initiated
51
Lessons started
Knowledge gained
39
Lessons completed
Total learning time
6h 23m
Spent learning
Community impact
5
Comments & forum posts

Discussions

Discussions @michel-mbili has started

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 = () = {...

Showing 1 to 2 of 2 results