Client Side Rendering

Client side rendering renders data on the client!

View code on Github

Server Side Rendering

Server side rendering renders data on the server!

View code on Github

Hybrid Rendering

Hybrid rendering uses both server side rendering and client side rendering on the same page. It is used to pre fetch important information on the server while leaving less important to the client.

View code on Github

Prefetch Route

With the help of Holocron-Module-Route we are able to pre fetch the Client Side Rendering module as we hover over the button giving us results similar to Server Side Rendering.

View code on Github