On Monday, June 26, 2017 at 12:18:52 PM UTC-6, Nick Pavlica wrote: > > All, > Like most new Clojure/Clojurescript users, I'm trying to navigate the > various library combinations to accomplish my goals. In this case, I'm > trying to find a good set of cljs libraries to build a client app for a > GraphQL based server. My understanding is that Om Next, and Reagent plus > Re-frame, are the most popular client library options. That being said, > what's the best way to interact with a GraphQL server? I'm guessing that > you can combine them with a specialized GraphQL client like Apollo, or > Relay Modern; I understand that this may be redundant, but I'm not exactly > clear on how you make the most out of GraphQL without a specialized > client. Is it just better to just use cljs with one of these clients and > forgo the frame works? Your guidance is appreciated! > > Thanks! > --Nick >
Ok, We are at over 40 views, and it seems like no one in the Clojurescript community is familiar with using GraphQL, or doesn't have the time to give some good pointers. This is the hard part of newbies trying to adopt technologies that are often much better than the mainstream. The desire to use best of bread design, currently GraphQL, and best of breed languages is there, but it's a tough sell to learn a language, multiple frameworks, and how to best integrate with a GraphQL client lib. Hopefully this will change, and if I can find the time to wade through the plethora of libraries, and get all the parts working, I'll try to document one way to do it. The hard part is not going back to the familiar, which is hard not to do :) Cheers! --Nick -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
