qlkit

https://medium.com/@conrad_9565/lets-build-a-ui-with-qlkit-and-graph-queries-79b7b118ddac
haywood 2018-10-29T18:07:20.007200Z

ah no worries, sad that no one is using it! seems to be a great iteration on previous attempts, which are in line with where things in the UI space are going. At work, we have an open source 'apollo like' clone in clojurescript that allows us to co-locate graphql queries with our reagent components (over re-frame). Def missing a defcomponent type macro to tidy up the co-location of queries->components

aisamu 2018-10-30T12:32:06.008600Z

Oh, please write more about this clone!

haywood 2018-10-31T19:33:18.008800Z

https://github.com/workframers/artemis

❤️ 1
haywood 2018-10-31T19:33:54.009100Z

that's the library, it's 'framework' agnostic out of the box, we have our own 'bridge' to re-frame that we might open source, but it's easy to write yourself. we use it extensively in our app

dominicm 2018-10-29T19:56:49.007400Z

Have you got the gql working?