Fork me on GitHub
#rum
<
2016-12-14
>
ryancole02:12:18

I just spent a few days slowly learning the basics of clojure, rum, boot, etc. I've written a simple clojure http server that renders some rum components and serves it up. My next goal is to start building out the clojurescript portion and have that run when the user hits the site. Since my goal is to have a server rendered clojurescript app, I want my rum components to be renderable on the server and client.

ryancole02:12:52

I was starting to prepare to add cljs files, but I think most of my rum components might as well all be cljc files.

ryancole02:12:46

Meh, honestly I don't know how to structure this. My head is spinning. lol

martinklepsch06:12:25

@ryancole if you want stuff in Clojure and Clojurescript cljc is the way to go. Is there anything in particular that's confusing you?