Is there any example on coordinator pattern in nav...
# compose
n
Is there any example on coordinator pattern in navigation compose
l
I'm using coordinator pattern in my project, it's heavily coupled with Dagger but I'm trying to slowly migrate to compose navigation. IMO compose navigation is less boilerplate and more reusable as we can use nestedGraph
is there any reason you would like to go with coordinator pattern ?
n
because of Navigation only, i am planning for navigation
l
Can you be more precise please ? I might be able to help with more context!
what would you like to achieve that you can't do with just using navigation compose ?