leptos-rs / book

The home for the Leptos book, which can be found deployed at https://book.leptos.dev
MIT License
80 stars 60 forks source link

Split "Deployment" chapter into CSR & SSR #26

Closed diversable closed 9 months ago

diversable commented 9 months ago

This PR partially addresses - https://github.com/leptos-rs/book/issues/5.

With this (large) change to the "Deployment" chapter, I've split up "Deployment" into:

A page on CSR deployment which includes instructions re: deploying to

and another page on SSR deployment which includes instructions about

Because this is a large change, it would be good to get some feedback - so, let the criticism fly!!

Lastly, this change references some repos that I've created in my personal Github account - I'm not sure that's the best place for them long term; I'll happily keep the example repos updated, wherever they end up - just let me know what you guys think is the best here..

benwis commented 9 months ago

@diversable Seems like we'll want to add Spin for SSR into this. Which you did. So kudos