Cargo Features

Thaw has no features set by default.

[dependencies]
thaw = { version = "0.3.1", features = ["csr", "ssr", "hydrate"] }
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

Thaw has 3 features without comments.