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.
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.