Fork me on GitHub
#clojurescript
<
2019-06-02
>
Jay16:06:04

Any out-of-the-box server side rendering frameworks (similar to Next.js)?

souenzzo16:06:32

Take a look at #rum and #fulcro @jayvmithani646

lilactown17:06:22

there’s nothing as fully-featured as Next.js unfortunately (w/ code splitting etc.). Rum can do SSR on the JVM but it’s very much DIY

dpsutton18:06:17

interesting difference between clj and cljs; (quote \=) ; cljs is "=" in clj is \=

thheller18:06:56

JS doesn't have a native Character type so a string is used. should be documented in the differences page

👍 8