Any good ClojureScript alternative to Gatsby?

I wonder whether there is any good ClojureScript alternative to Gatsby, i.e. building static (no backend) apps using React, fetching data at build time. I know there are a few static site builders but none seems similar to the gatsby way of having a React app using GraphQL for its data, with the queries run at build time and replaced with just the data, and focus on single page apps and optimizations (code splitting, …).

Perhaps https://github.com/groundedSAGE/shadow-jam (work in progress)?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.