Samuel
09/22/2024, 3:56 AMRok Oblak
09/22/2024, 9:05 AMSamuel
09/22/2024, 4:10 PMgotoPath("URL_PATH")
(possibly passing state around, like you do in Angular; and probably refer to a global enum
instead of typing in "URL_PATH"
).
EDIT: Actually after checking out all the other routing libraries this one is probably the best and does have a bunch of interesting routing approaches supported. Some of the other ones, like Bumble's and Slack's, have unclear support for iOS, Android, Desktop, and web targets. Also unclear support for iOS's Kotlin Multiplatform Compose. The JetBrains one doesn't seem to support deep linking or back button [on non Android]; so I'll just bite the bullet and try and get Decompose working on all targets.Rok Oblak
09/22/2024, 7:10 PMchrisjenx
09/22/2024, 7:25 PM