Skip to content

Commit

Permalink
closes #72
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Feb 20, 2024
1 parent f6b422b commit 04f6a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Now, some of this is useful in any scenario, but some of it is especially import

This is exactly what `leptos_meta` is for. And in fact, during server rendering, this is exactly what it does: collect all the `<head>` content you’ve declared by using its components throughout your application, and then inject it into the actual `<head>`.

But I’m getting ahead of myself. We haven’t actually talked about server-side rendering yet. As a matter of fact... Let’s do that next!
But I’m getting ahead of myself. We haven’t actually talked about server-side rendering yet. The next chapter will talk about integrating with JavaScript libraries. Then we’ll wrap up the discussion of the client side, and move onto server side rendering.

0 comments on commit 04f6a98

Please sign in to comment.