Does anyone know of a good tutorial for Decompose?...
# compose-desktop
j
Does anyone know of a good tutorial for Decompose? I’m at a loss since the code in the documentation seems to contain errors…
a
Please report any errors you find. Also, there is quick start doc: https://arkivanov.github.io/Decompose/getting-started/quick-start/ That particular issue you are experiencing is related to imports. Try importing
RootComponent.Child
instead of
com.arkivanov.decompose.Child
.
j
Ooooh 🤦‍♂️ You’re right, using RootComponent’s Child fixed it
& Thank you! Currently using the quickstart guide to get going 😃
a
Thanks for the feedback! I will think about improving the docs.
j
Thank you 🙏 — The Decompose library is very helpful, and among the first libraries you walk into as a newby, and as a newby I’m struggling a bit 😄
Most tutorials I find do recommend Decompose though, so it’s probably just my fault for not learning more Kotlin so far
a
You may want to join #decompose where you can ask questions or share feedback.