Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Modern React frameworks like Next.js allow for incremental static regeneration of pages (https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration). I’ve looked at projects like Rum which do server-side rendering directly via the JVM, and have seen thheller’s proof of concept for using cljs directly with Next (https://github.com/thheller/next-cljs).

Are there any efforts to enable incremental static regeneration for clj/cljs servers with a JVM-based backend? Or, have there been any efforts beyond thheller’s proofs of concept with Gatsby and Next to make an extremely-thin wrapper/compiler library for cljs + React designed explicitly to work well with existing Node.js frameworks?

Please log in or register to answer this question.

...