Read Class 32 - martinbalke-401-adavanced-js/seattle-javascript-401n14 GitHub Wiki
Gatsby and Next
Gatsby and Next are both services that allow you to optimize your SEO for a react application. Because React is generated dynamically when a page initially loads it will only have the root element and search engines will not be able to find your content.
Gatsby specializes in non server side rendering.
Next specializes in server side rendering.