mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
265 B
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"] }