hotwired / turbo-ios

iOS framework for making Turbo native apps
MIT License
891 stars 87 forks source link

Add bundle parameter to route #207

Closed olivaresf closed 6 months ago

olivaresf commented 6 months ago

When routing, sometimes it's necessary to pass along information relevant to the URL. For example, we may route to a URL that ends up being a native controller and the native controller requires additional data for setting up.

Android has something similar when navigating.