React-Static

React-Static

A progressive static-site framework for React!

7 followers

React-Static is a next-gen static site generator for React. Finally, you can build a website like you do any other React App. There's no special CMS, query language, or crazy lifecycle hooks. Just good old React producing an amazing SEO-ready, user experience driven, progressively enhanced website. The effort is minimal, but the benefits are not!
React-Static gallery image
React-Static gallery image
React-Static gallery image
Launch tags:
Web AppDeveloper Tools
Launch Team

What do you think? …

Michael Lukaszczyk
Good job! How does it compare to Gatsby?
EmbedAPI
@m_lukaszczyk React components?
Norbert Dragán
@m_lukaszczyk their medium article compares it to Gatsby (and others): https://medium.com/@tannerlinsle...
Michael Lukaszczyk
@embed_api Gatsby is also based on React.
EmbedAPI
@m_lukaszczyk sorry then I ihaven't used gatsby much that's is why...
Gary Menzel

It has some interesting approaches to static site generation that morphs into a React site.

Pros:

Interesting features worth checking out

Cons:

Some more examples would be good

Burak Tokak
Hey makers, great job, what is the key differences of this static generator with phenomic, gatsby or similar other projects?
Derek Perkins
@buraktokak Good question. As was mentioned, the linked Medium article (https://medium.com/@tannerlinsle...) goes into more detail. In short, you can spin up Create React App and be running, without having to conform to Gatsby design decisions. That's not to say that their opinions are bad/wrong, as forcing your data into a Gatsby store allows for them to do some magic on your behalf, but I'd rather write my app closer to pure React. The end result of Gatsby and React Static is similar. They both generate static html and both mount React after the first page load, allowing for a SPA-like experience. They both load just small data packages (js bundles for Gatsby, json data for React Static) on subsequent page loads, so they'll both have similar performance.