Maccesch
ec6027c59e
Merge branch 'main' into leptos-0.7
...
# Conflicts:
# CHANGELOG.md
# Cargo.toml
# src/is_err.rs
# src/is_none.rs
# src/is_ok.rs
# src/is_some.rs
# src/storage/use_local_storage.rs
# src/storage/use_session_storage.rs
# src/storage/use_storage.rs
# src/use_broadcast_channel.rs
# src/use_cookie.rs
# src/use_device_pixel_ratio.rs
# src/use_event_source.rs
# src/use_to_string.rs
# src/use_websocket.rs
# src/utils/codecs/string/from_to_string.rs
# src/utils/codecs/string/json.rs
# src/utils/codecs/string/prost.rs
2024-07-22 23:12:46 +01:00
Maccesch
62754e0d1d
ssr + wasm compile warning
2024-05-10 14:15:59 -05:00
Maccesch
5f3f60ca6b
work to port to leptos 0.7
2024-05-07 12:41:44 +01:00
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