I'm working (at Day8) on data subscriptions with Re-Frame which will be
roughly analogous to GraphQL. I can't say too much more about the design
because it's changing all the time, but we hope to have something that's
useful for others sometime in the future.

On Fri, Jul 24, 2015 at 8:57 AM Marc Fawzi <marc.fa...@gmail.com> wrote:

> Yeah I know but it seems to me that it's worthwhile to find out how to
> have a GraphQL client separate from React for React applications that
> require data to be pre-fetched on the server (node) but does not require
> server side rendering of that data. I have all of that setup so all i have
> to figure out what i need for a graphQL client on Node that doesnt depend
> on React and then i can run FB's GraphQL server example for serving data
> via GraphQL.
>
> The isomorphic route is slightly different than the data pre-fetching
> scenario. In the latter i don't render the components on the server, just
> the HTML page skeleton with the initial data already embedded as variables.
> I don't really need to render any component on server.
>
> I will post what i figure out to this thread.
>
> Sent from my iPhone
>
> > On Jul 23, 2015, at 12:51 PM, Matt Ho <matt...@gmail.com> wrote:
> >
> > I would separate this out into two separate issues; an ismorphic node
> app and a unified api.  Graphql can help on the later, but it doesn't
> provide the former.  If you have the former already, switching to Graphql
> shouldn't be that huge an effort methinks
> >
> > M
> >
> > --
> > 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 clojurescript+unsubscr...@googlegroups.com.
> > To post to this group, send email to clojurescript@googlegroups.com.
> > 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 clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescript@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>
-- 
--
Daniel

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to