Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add support for named route

mdsadique-inam opened this issue · comments

Can you explain more about what is a named route?

A named route is as same as path route
in path route we give path like /login or /home and for named route we also give a unique name to the route like for /login we name it login this will seem unnecessary for single route but it is very usable for nested route https://router.vuejs.org/guide/essentials/nested-routes.html look at this one it very useful

Sorry but I don't get it, PreCompose does support login (without the slash at the beginning) as a route, is there anything I missing?