Some of mine custom implementations usefull for Jetpack Compose for Web #32
hanibalsk
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Thanks @hanibalsk, this might be very useful! As far as I understand, you are using remix-run/history? Could you explain maybe, what are the advantages? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I decided to go Jetpack Compose for Web way instead of react. I copied some classes from Jetpack Compose for Desktop, since, it is missing for js.
Have to say, I like approach of Decompose library. I hopee, it will be maintained :)
Custom implementation for History:
RememberSaveable.kt
and
SaveableStateHolder.kt
:and
Children.kt
Beta Was this translation helpful? Give feedback.
All reactions