Hacker News new | ask | show | jobs
by paulintrognon 2262 days ago
The site looks great but you should have used a static site generator (like GatsbyJS) or at least a server-side rendering framework (like Next.js[1]) rather than create-react-app.

There is no need for this kind of website to be generated client-side.

[1] The latest version of Next.js does static site generation. Which is trully fantastic: you get all the power of React but the site is served as HTML. The generated site can even be accessible with JavaScript disabled!