announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
Lucy Wang 2020-09-08T01:01:49.185600Z

How does it compare to https://github.com/khmelevskii/emotion-cljs ? I took a brief look and it looks like cljs-react-jss supports reagent component, but emotion-cljs only supports react components defined in js (e.g. material-ui). Cool!

Karol Wójcik 2020-09-08T05:15:29.196100Z

@wxitb2017 Don’t know much about emotion-cljs. My motivation was to have fully working solution for both SSR on Node server and client side css generation. I wanted it to be as thin layer as only possible so I could transfer all the hard stuff on peeps from react-jss which is mature enough library. Therefore css-in-cljs is like react-jss but for cljs. HoC API is fully supported and it should work just fine. On the other hand there is still hook API to be implemented which is kinda experimental thing for Reagent, so I resist to implement it now.

1👍
vncz 2020-09-08T07:52:21.197Z

@andriosr Sweet. Help me convince the company to switch to Clojure :troll:

Rob 2020-09-08T21:15:22.198300Z

I tried to make my last employer switch too, they didn’t, so I left, created my own company and it’s all Clojure now :rolling_on_the_floor_laughing:

1