thaw/demo_markdown/docs/_guide/server_sider_rendering.md
2024-02-09 22:47:46 +08:00

265 B

Server Sider Rendering

To enable the ssr mode, the following configurations are required:

thaw = { ..., features = ["ssr"] }

To enable the hydrate mode, the following configurations are required:

thaw = { ..., features = ["hydrate"] }