At the moment, every initial page load (does not subsequent transitions) causes 2 renders:
One for the initial HTML markup, and one for the JSX stream used for the hydration.
We'd like to instead inline the JSX stream into the HTML markup, to make it a single render.
At the moment, every initial page load (does not subsequent transitions) causes 2 renders:
One for the initial HTML markup, and one for the JSX stream used for the hydration.
We'd like to instead inline the JSX stream into the HTML markup, to make it a single render.