Are there any production ready solutions for reagent/react server side rendering? I found some but they seem outdated 2015-2016 era
@lepistane we recently added server-side-rendering to Clerk with Reagent and React 18.2. It worked fine, calling https://github.com/nextjournal/clerk/blob/382019962d979c4669ed042ec56151cfb74710b7/src/nextjournal/clerk/static_app.cljs#L159 using https://github.com/nextjournal/clerk/blob/382019962d979c4669ed042ec56151cfb74710b7/src/nextjournal/clerk/builder.clj#L200.
Woah very nice! Thanks a lot for sharing!