SSR, Clientside Navigation and rendering behaviour
Hi!
My issue is the following. I have components that I want to render via SSR for SEO that have rather long rendering times since they wait for data.
I now want to render a Component with SSR but lazy load the component (non-blocking) on client-side navigation. That way I can keep the time to navigate low and get all my SSR data. Or so I am thinking at least. Is there any way to achieve this?
0 Replies