Resume in @next is great! #353
lucacasonato
started this conversation in
Kind Words
Replies: 2 comments
-
@lucacasonato thanks for sharing it! It helps out a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you @lucacasonato... That is how I would have implemented it as well. Luckily in twind v1 we can do a little better and of cause I/Twind can access some internals. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @sastan. Thanks for your work on this great project. It has been such a pleasure to use in Fresh. We use it on pretty much all of Deno's web properties now.
It's great to see that the @next version can properly resume from SSR sessions. I actually implemented a poor mans resume for [email protected] for our internal use a while ago that is very hacky but works, and was very excited to see that the @next version supports this out of the box now without requiring any special setup. It's nice to see that we had similar ideas with using CSS comments to achieve this. Thanks for this :)
Here is the cheaty resume code I came up with:
Beta Was this translation helpful? Give feedback.
All reactions