Logotype Sitevision Developer

Log in

Log in

Client side rendering

If the WebApp requires client side functionallity. E.g. trigger events on clicks or collect user input. Opt for the client side rendering option.

Example

Assume the same example WebApp in the index.js example. This example will use hydration for the client step.

Example result

Welcome to Client side rendering!

Example 2

The same example as above but skipping the server side rendering step, instead opting for only a client side render.

Did you find the content on this page useful?