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 -- 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.
