gaucho-labs / leptos-hotkeys

a declarative way of using keyboard shortcuts + callbacks in leptos applications
https://leptos-hotkeys.vercel.app
MIT License
50 stars 10 forks source link

feat: remove csr + hydrate flags #63

Closed friendlymatthew closed 7 months ago

friendlymatthew commented 7 months ago

closes #38

From Maccesh:

It seems you really don't need the hydrate or csr features. You can safely have web-sys and wasm-bindgen as dependencies on the server as long as you don't try and instantiate sth from them
leptos-use only has an ssr feature and then checks if that's set or not

This PR also needs to do the following: