My journey of building static websites
- Plain HTML and CSS; 
- Write everything in React, build it with react-static; 
- react-static is deprecated, switch to next.js; 
- don't like next.js for some reason, then write a script to parse markdown file to HTML; 
- Still like to use React, so switched to react-snap to build; 
- react-snap doesn't work on WSL in Windows for some reason. So I built a rich text editor + an endpoint to upload the HTML to S3. I type and I click, then it's live. And fast. 
For example this new site: mobilepdf.net
How do you build static websites?