At a very high level, if I understood correctly from a super fast glance :) each component would be responsible for fetching its data.
If that is true (even if not the main point) then it means that the component is rendered (does not mean in a visible state) first before the data is fetched then how is that state-driven rendering? There is a lot of power in working with state and then having things render from there as opposed to rendering things first then building state. It seems flawed to me, but if my understanding is wrong then please ignore me. Sent from my iPhone > On Jan 31, 2015, at 12:57 PM, Mike Haney <[email protected]> wrote: > > I'm not really interested in their specific implementation, but the overall > approach is interesting. I'm not interested in using GraphQL - we already > have good options for describing the shape of our data, like Herbert and > Schema. If you use Datomic, there's even the option to build your queries > dynamically on the client. > > So the approach is interesting, but we have even better tools to do this in > Clojure. > > -- > 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 http://groups.google.com/group/clojurescript. -- 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 http://groups.google.com/group/clojurescript.
