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?
Inertia + React - Change URL but open modal (No full navigation)
-
Hey Michel!
I haven't personally looked into this too deeply of late. I do know the it was once a planned feature within Inertia, but I believe it has since been dropped; though there are many workarounds out there.
InertiaUI's Modal functionality looks pretty promising though, might be worth checking out!
A user named Cory on the AdonisJS Discord also just recently shared similar functionality, you might be interested in reading his approach!
0