-
Hi @arkivanov. I've followed your article here to implement navigation on my compose desktop app. It works great 👍 Thank you for this amazing article. I recently updated to 0.6.0 and had to make some changes to make it work again. Is there a reason why these are not being served as a part of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the feedback! The approach described in the article has some limitations - e.g. the nested navigation shouldn't work. But some of the reasons of why is it not included in the library:
Please also check the main points of Decompose. That article is there to demonstrate that Decompose is very flexible, and can work in many different use cases. But that particular approach is against the ideology. |
Beta Was this translation helpful? Give feedback.
Thanks for the feedback! The approach described in the article has some limitations - e.g. the nested navigation shouldn't work. But some of the reasons of why is it not included in the library:
Please also check the main points of Decompose.
That article is there to demonstrate that Decompose is very flexible, and can work in many different use cases. But that particular approach is against the ideology.