<@UHAJKUSTU> any plans on migrating decompose to u...
# decompose
v
@Arkadii Ivanov any plans on migrating decompose to use AndroidX Lifecycle, as its now KMP supported? Also some simpler way of creating navigation. Currently it needs quite a lot of code to create Stack, Pages etc Navigation
a
Sure, see https://github.com/arkivanov/Essenty/issues/157 Waiting for it to be officially announced.
v
Thats nice Any plans on simplifying the code needed for setting up navigation? It needs quite a lot of code to set up one now And grows quite a lot as no.of screens increase
a
There were no particular plans. There is some boilerplate for two primary reasons: 1. Decompose doesn't depend on any UI framework. 2. Navigation is a pure function from the old state to a new one. Though, I'm open to suggestions.
👍 1