You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
I haven't found Fragment to be a good solution for my use cases because it results in needing to wrap route declarations multiple times just to get a 1-to-1 mapping
ie.
/ -> home
/room -> room
/room/:id -> room_details
I've rolled something like this for every project i've used rlr on.
Would it be helpful if I submitted a PR to add the components, or just document them as a possible solution?
I haven't found Fragment to be a good solution for my use cases because it results in needing to wrap route declarations multiple times just to get a 1-to-1 mapping
ie.
I've rolled something like this for every project i've used rlr on.
Would it be helpful if I submitted a PR to add the components, or just document them as a possible solution?
ie.
The text was updated successfully, but these errors were encountered: