You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of curiosity, what advantages does it have over just using it directly? I mean I use this technique for hydration and it's really good but curious about the issue title
We discussed this in discord for anyone reading this
Essentially having it as a script tag allows it to be a progressive enhancement (doesn't break stuff when JS is disabled) and the hydration technique I think could also be fleshed out either in this tip or another tip because at the moment I still don't fully understand exactly how it works.
Example:
https://stackblitz.com/edit/github-etjsut?file=src%2Fpages%2Findex.astro
The text was updated successfully, but these errors were encountered: