Open marcushellberg opened 1 year ago
Some notes off the top of my head based on a recent discussion:
HasUrlParameter
in Flow. In this way, the view could implement the interface and automatically get URL parameter values in a typesafe way. The same interface could also be used for navigating to a view so that parameters of the appropriate types are passed to the view.
Is your feature request related to a problem? Please describe. A client-side routing definition has several disadvantages:
Describe the solution you'd like I would like us to explore having a filesystem path-based routing solution similar to NextJS and other full-stack frameworks.
Additional context
At least these issues would be simplified by having the file system routing: