Gatsby
Browser-Only React Components With Suspense
When building your Gatsby site, every page of it is prerendered completely to be shipped to your browser and displayed blazingly fast, compared to parsing and setting up the JavaScript code required to render the React components first, as done in traditional SPAs (e.g. create-react-app). The Gatsby team released