Is there a way to access Session Storage using Com...
# compose-web
h
Is there a way to access Session Storage using Compose-Web?
b
Standard browser apis? Wrap it up in DOMSideEffect if needed
👍 2
t
Is somewhere documentation how to use
DOMSideEffect
properly? I feel that
DOMSideEffect
is kinda silver bullet that can help with integration a lot but only documentation that I found are code snippets in this Slack.
o
@Tomáš Hubálek you're right. we need to this. created an ticket for this https://github.com/JetBrains/compose-jb/issues/813
t
Thanks a lot. I believe this is very useful documentation. I really love JetPack Compose for Web. I can easily do 95% of the my work with existing state of documentation and with help of this Slack. And it looks like for remaining 5% I have to use
DOMSideEffect
😄