I would not recommend to use Gatsby in a project if it requires a frontend with complexity beyond static-scrollable content. Some problems that I found after some months of integrating it with an existing CMS: * Development complexity: depending if Gatsby is run on development or production mode, React's `render` methods are called in the browser or inside NodeJS. Having this code executed in a Node process is expect…
Now to be honest, the global idea seems good (static websites built with React) Out of interest, what's good about building static websites with React?
Though I never liked Gatsby.