Navigateable drawer
Hi, New to tanstack router and file based router, currently only experimented with basic page navigations and a base layout..
My app is mainly built from table and drawer.
when clicking a row in my table a drawer should open with more info about that clicked item.
right now we manage that with state but this should be navigate-able so if I put a link with my item id the drawer should open niceley..
I was able to achieve that with useParams but the drawer open/close animation is not happening
this is a MUI drawer if that matters.
thank you !!
0 Replies