Compose Navigation Improvement.
thomaskioko opened this issue · 0 comments
thomaskioko commented
Description
We currently have a module (navigation
) responsible for setting up navigation. Each feature module should create a factory that implements ComposeNavigationFactory
and define its route. This works fine, but we can improve it by moving the navigation logic away from the screens and potentially handling them in the ViewModel or StateMachines. Other than creating our implementation, we can use the following libraries: