Django is still my go-to. Specifically [Django-REST-Framework](https://www.django-rest-framework.org/) with a front-end written with [react-static](https://github.com/react-static/react-static). Django's ORM is so nice and the ecosystem around it rocks. Its biggest downside is painful upgrades. They don't really follow [semantic versioning](https://semver.org/). - Source: Hacker News / over 1 year ago
I found a reference to react-static which looks like a nice fit for a project I'm working on but there isn't much recent activity in the repo. I'm not sure if that means it's basically done and just works or if it has fallen out of maintenance. I see it's from Tanner Linsley so that's a good endorsement on its own but just wondering if anyone has used it for production code lately. - Source: Reddit / over 1 year ago
I still like react-static. Minimalism on react: https://github.com/react-static/react-static. - Source: Hacker News / almost 2 years ago
Link : https://github.com/react-static/react-static. - Source: dev.to / almost 2 years ago
Gatsby looks nice, but it is a no-go for reasons that I do not understand. The recommendation seems to include sapper, but svelte is not good for ClojureScript either, as it relies on mutable data. I could not find information about other alternatives to use with ClojureScript, like React-static. - Source: Reddit / about 2 years ago
Do you know an article comparing React-Static to other products?
Suggest a link to a post with product alternatives.