Commit graph

5 commits

Author SHA1 Message Date
Maccesch
cf9358cf7e made it even more abundantly clear how to enable SSR 2024-03-03 10:38:17 +00:00
Luper Rouch
9a46f9dca9 Add ssr feature note to the book
I wasn't aware of Leptos' SSR build process, and enabled the
`leptos-use` feature globally. Because of this I ended up with the
server version of the functions in the client, which obviously did not
work.
2024-02-23 10:25:49 +01:00
Maccesch
dfa30e4aef all functions are callable on the server
Fixes #31 and #24
2023-09-13 19:39:56 +01:00
Maccesch
2e08874db0 ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
Maccesch
bc94577ec6 added SSR feature 2023-07-14 22:43:19 +01:00