I just started using this fantastic package and it works pretty well indeed: GitHub - Meteor-Community-Packages/react-router-ssr: Simple isomorphic React SSR for Meteor with subscribed data re-hydration
The thing is, I have total different configurations for the client and server side routing. Thus, I perfectly receive an html from the server via SSR, but then when the client starts loading, it loads the client version and there’s these loaders that make it seem weird.
Check here: General Afterworks
Notice the initial page render (SSR), and then the loaders from client taking over it.
How do I inject the client render into the server render, and then have it not affected while navigating only in the client side…?
Thanks!