Decompose `3.2.0-alpha02` is released! :point_rig...
# decompose
a
Decompose
3.2.0-alpha02
is released! 👉 Fixed "Key was used multiple times" crash with
duplicateConfigurationsEnabled
flag enabled 👉 Updated Essenty to
2.2.0-alpha02
with new
StateKeeper
and
InstanceKeeper
extensions Full release notes: https://github.com/arkivanov/Decompose/releases/tag/3.2.0-alpha02
Now we can do this (experimentally).
👀 1
a
ooo I'm very interested in this, currently my save-ability is not perfect
v
@Arkadii Ivanov whats the difference between going this way, i.e. component with instance keeper and using retainedComponents? I couldn't understand it clearly when i first read the docs while adding decompose to my project
a
So these new extensions are just some syntactic sugar for writing less code in most of the cases. If you use retained components, then you don't need to use InstanceKeeper.
v
Oh i see Thanks