You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's quite limited, so the only use case is server side rendering.
It doesn't have to be a real web server, scripts on Node.js is also fine.
And it's also called "universal rendering", or I would call it "progressive rendering".
The rendering process started in Gulp, then in server, and last last in a browser.
So it's progressive. Respo needs to make sure the HTML is identical rendered anywhere.