rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
reptiloid 2018-05-15T16:11:26.000696Z

Hi there. Is there some qraphQl library for rum? How do you deal with graphQL in ClojureScript?

2018-05-15T16:12:55.000391Z

I dunno, but Rum has nothing to do with GraphQL. Rum is just view components, while GraphQL is how you fetch data

reptiloid 2018-05-15T16:16:21.000813Z

Yes, that’s true. I’m just looking for something like https://github.com/apollographql/react-apollo for rum

serioga 2018-05-15T17:09:03.000366Z

@igor.atroshkin you can write your own mixin using local as a base. you can also check https://github.com/tonsky/grumpy as example.