Hacker News new | ask | show | jobs
by javaIsGreat 2397 days ago
Copying create-react-app's static build is my favorite/simple option,

gatsby is a fun option as well if you dont mind working with react, docs are great, they point you to lots of example sites you can reference for help

1 comments

How did you get Create-React-App to transform markdown files and build separate HTML files for every page? Because it doesn't do any of that out of the box.

Of course it's possible to set this all up, but I don't think it's fair to refer to Create-React-App a static site generator.