react Building a React Static Site Generator with Partial Hydration in <100 Lines of Code Exploring partial hydration by building static site generator with React
react Building a react static site generator in ~20 lines of code, 4 dependencies and no transpilers Most static site generators are complete overkill for simple blogs. This article explores how you can build your own generator using htm library in just 20 lines of code.