News

Create React App is agnostic of the backend, and only produces static HTML/JS/CSS bundles. If your website is mostly static (for example, a portfolio or a blog), consider using Gatsby or Next.js.
After some initial experiments, I can now quickly spin up such a "super macro" in just a few minutes. I've long wanted this functionality and have explored creating such tools, but some proved to be ...
Create React App is agnostic of the backend, and just produces static HTML/JS/CSS bundles. If your website is mostly static (for example, a portfolio or a blog), consider using Gatsby instead. Unlike ...