Cargo Features
Thaw has no features set by default.
[dependencies]
thaw = { version = "0.4.0-beta4", features = ["csr", "ssr", "hydrate", "nightly"] }
- csr
-
Enables csr of leptos, thaw_components, and thaw_utils
- ssr
-
Enables ssr of leptos, thaw_components, and thaw_utils
- hydrate
-
Enables hydrate of leptos, thaw_components, and thaw_utils
- nightly
-
Enables nightly of leptos and thaw_utils
Thaw has 4 features without comments.