|
|
|
|
|
by nextts
465 days ago
|
|
I think here pre-rendering means running React on the server (so the React render method called before the HTML hits the wire). So equivalent of if say Ruby On Rails rendered ERB but with React instead. They call the pregenerated static HTML "SSG" or "Static Site Generation" That should be as fast as hell: basically a CDN job. |
|