Fork me on GitHub
#rum
<
2017-02-14
>
dialelo09:02:06

unfortunately is not open source :_[

dialelo09:02:08

but i ended up quite happy with this approach, was very easy to add new componentes that got data from the server

dialelo09:02:51

you can do things like GraphQL schema introspection to render certain UI components, for example when they represent a GraphQL enum

dialelo09:02:36

used spec for validating and parsing the Clojure DSL that translated to GraphQL, fun stuff!

r0man11:02:03

@dialelo ok, thanks. Good to hear you like it.

thosmos17:02:38

@dialelo what are the major differences between your approach and Om.Next?