I was trying to find what is the difference betwee...
# decompose
y
I was trying to find what is the difference between the decompose and MVIKotlin, can someone briefly mention the difference between the two. I am trying to create app in desktop-compose and would like to navigate from one screen to another depending on the state(user login page, summary page, detailed page… ) . Hence trying to understand which of the above libraries I need to use for this purpose. thanks!
a
Sure, they are for different purposes. MVIKotlin is for state management and SSoT, Decompose is for organizing the code and navigation. So for your case most likely you need Decompose.
y
thanks!