Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 265 Bytes

server_sider_rendering.md

File metadata and controls

13 lines (9 loc) · 265 Bytes

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"] }