Hi all. I'm working on a talk compare and contrast...
# compose
x
Hi all. I'm working on a talk compare and contrasting different Navigation libraries for Compose-Multiplatform. So far I have 1. androidx-compose-navigation (as a baseline, even though this is not multiplatform) 2. Decompose 3. Decompose-Router 4. Voyager 5. Circuit Any other libraries i might've missed that you think should be in this list?
p
I have seen a couple of folks using precompose and Appyx. Their names are all very similar lol
i
FWIW, it is Navigation Compose (e.g., the Navigation Component's integration with Compose), not Compose Navigation - the namespace separate from androidx.compose itself was a conscious decision from the start 🙂
👍 1
c
For a navigation option not specifically tied to Compose, there's Ballast Navigation. And a member of the community just released an extension library to make Ballast Navigation Compose-aware
👀 1
e
I've been developing portal for a few years now and use it internally. It provides lower level "primitives" for navigation, kind of like FragmentManager (but hopefully better). The documentation is either out of date or non existent which is something I hope to fix in the coming months.
c
ive been trying to use precompose as navigation since its based on navigation compose
x
I did it 🙌 Hoping to add on this talk all these suggestions. Thanks everyone!

https://www.youtube.com/watch?v=42FStXDJ7F8

👍 3
K 1