reagent

Ovi Stoica 2023-04-01T05:23:02.655579Z

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

p-himik 2023-04-01T07:39:41.429869Z

Try searching the channel - this question pops up once a month.

😄 1
Rupert (Sevva/All Street) 2023-04-03T14:30:29.711799Z

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.