keechma

Keechma stack. Mention @U050986L9 or @U2J1PHYNM if you have any questions
mihaelkonjevic 2018-02-13T12:04:50.000415Z

@mjmeintjes I’ve pushed Keechma@0.3.3 which fixes https://github.com/keechma/keechma/issues/32

mihaelkonjevic 2018-02-13T12:05:23.000329Z

Also, since I don’t have any real experience with SSR (we’re not running NodeJS on the backend), how are your experiences? Are there any things missing?

mjmeintjes 2018-02-13T23:57:15.000063Z

Thanks for the fix. I've been using ssr for a prototype that I'm building and so far it seems to be working great. The app is mainly an interactive landing page for lead gen purposes, which means initial render time is important, and ssr works great for that. I haven't tried anything fancy, but will keep you updated as I go along. I'm planning to publish a starter kit based on this app.

mihaelkonjevic 2018-02-13T23:58:21.000310Z

Awesome, please post the link when it goes into production.

mihaelkonjevic 2018-02-13T23:59:48.000049Z

Also, are you running cljs on the server or is it js/node?