mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 14:29:22 -05:00
3684f5961b
* demo: refactor docs * demo: refactor docs * demo: refactor guide docs * chore: workflow add listens to the demo_markdown * demo: refactor mobile docs
317 B
317 B
Server Sider Rendering
To enable the ssr mode, the following configurations are required:
thaw = { ..., default-features = false, features = ["ssr"] }
To enable the hydrate mode, the following configurations are required:
thaw = { ..., default-features = false, features = ["hydrate"] }