Update documentation/docs/06-runtime/05-hydratable.md

Co-authored-by: kaysef <25851116+kaysef@users.noreply.github.com>
elliott/hydratable
Elliott Johnson 11 hours ago committed by GitHub
parent 74b878f198
commit 614fdf2a1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
title: Hydratable data title: Hydratable data
--- ---
In Svelte, when you want to render asynchonous content data on the server, you can simply `await` it. This is great! However, it comes with a pitall: when hydrating that content on the client, Svelte has to redo the asynchronous work, which blocks hydration for however long it takes: In Svelte, when you want to render asynchronous content data on the server, you can simply `await` it. This is great! However, it comes with a pitfall: when hydrating that content on the client, Svelte has to redo the asynchronous work, which blocks hydration for however long it takes:
```svelte ```svelte
<script> <script>

Loading…
Cancel
Save