I’m going to ask here since I couldn’t find a better-suited channel: Is there a story for clojure SSR (with React)? Use case would be: huge content websites for which you get content from a CMS like sanity and then create SEO-rich static pages. I’m looking for something in the direction of Next.js
Try searching the channel - this question pops up once a month.
Do you need react? Why would you use react to create a "SEO-rich static pages"? You can create SSR pages very quickly and effectively using https://github.com/weavejester/hiccup and and https://github.com/weavejester/compojure - no ClojureScript or react is required. If you need a bit of extra interactivity you can sprinkle in https://htmx.org/ and https://hyperscript.org/ where needed directly into the hiccup datastructures.