Join Slack
Communities
Powered by
Is there any example of how to use Decompose with ...
# mvikotlin
a
Akram Bensalem
03/31/2022, 9:20 PM
Is there any example of how to use Decompose with "Compose web" without integrating React ?! ... I couldn't find equivalent to " .subscribeAsState() "
a
Arkadii Ivanov
03/31/2022, 9:25 PM
Sure, there is the official TodoApp example:
https://github.com/JetBrains/compose-jb/tree/master/examples/todoapp
Arkadii Ivanov
03/31/2022, 9:27 PM
subscribeAsState
code is basically the
same
as for JVM
a
Akram Bensalem
03/31/2022, 9:33 PM
Nice, The import of the jetbrains extension failed But I recopy the code and it works ... Thanks again Now the navigation is working on all platforms Android, iOS, desktop and web 😄😄
🎉 1
12
Views
Open in Slack
Previous
Next