The react static site generator that separates editing and code concerns
Cuttlebelle is a react static site generator designed with editing in mind. It aims to separate content from code while still providing the functionality and flexibility of a static site generator. By using React's component paradigm and JSX templating, Cuttlebelle allows for easy creation and maintenance of static sites.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components