Skip to content

Commit

Permalink
removed svelte, it is applying to all clients (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sljmn authored Jul 17, 2024
1 parent b38ee44 commit 0492d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/server-side-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ With the server running, you should be able to access your app within the browse

## Client side hydration

Since your website is now being server-side rendered, you can instruct Svelte to "hydrate" the static markup and make it interactive instead of re-rendering all the HTML that we just generated.
Since your website is now being server-side rendered, you can instruct your client to "hydrate" the static markup and make it interactive instead of re-rendering all the HTML that we just generated.

To enable client-side hydration, update your initialization file:

Expand Down

0 comments on commit 0492d16

Please sign in to comment.