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
While trying to get routing "right" in my app, I came across your project and really liked your implementation.
I've noticed a few projects you've created (TabbyRouterSample and Catsagram) and was curious if you've ever implemented recursive routing? For example: In Catsagram, you would click on a feed item which would go into a new screen showing the cat. Assuming that you showed the author of the post, you allow the person to click the author and it would show the author's profile. Now lets say you can see all the other cat pictures the author has post, this brings you to another cat picture page. This can go on forever.
Is this something you've encountered and solved using the patterns in this library?
The text was updated successfully, but these errors were encountered:
Hi,
While trying to get routing "right" in my app, I came across your project and really liked your implementation.
I've noticed a few projects you've created (TabbyRouterSample and Catsagram) and was curious if you've ever implemented recursive routing? For example: In Catsagram, you would click on a feed item which would go into a new screen showing the cat. Assuming that you showed the author of the post, you allow the person to click the author and it would show the author's profile. Now lets say you can see all the other cat pictures the author has post, this brings you to another cat picture page. This can go on forever.
Is this something you've encountered and solved using the patterns in this library?
The text was updated successfully, but these errors were encountered: