That's good to hear But i have one edge cases, the first of them is really important while the second
Currently, in out data vis app we have a nodejs server that grabs about 1Mb of initial data from 16 different end points and embeds them into the page via Jade/Express so when the page loads in the browser the data starts dancing immediately and there are no client side fetches until the user wants to get more data. This has the pleasant effect of having all charts on the page load and animate instantly with exactly 0sec wait. So if i remove this scheme and have the data gathered by the browser client I wont be able to have the same amazing experience of data literally flowing at the very instant the page is displayed. What I am looking for is an example of a GraphQL client on Node. Ideally, an isomorphic app, but if not, and as an alternative to the isomorphic approach, a NodeJS GraphQL client that does not require React. If no example of this exists yet i'll figure it out but the isomorphic route, even though i am only interested in pre-fetching data not rendering the SVG server side, is probably the most promising route, given the data pre-fetching requirement. I am not totally sure but really can't wait to start working with GraphQL:) Benefits are immense. Sent from my iPhone > On Jul 23, 2015, at 11:30 AM, Matt Ho <[email protected]> wrote: > > Conceptually, my sense is that there's no reason that Relay wouldn't work > with Reagent right out of the box. It may, however, require that you define > your components as React classes. In that case, what you'd have is something > that looks a whole lot like om-next with Relay replacing datascript. > > https://github.com/swannodette/om-datascript > > WRT Relay, last I heard is they were targeting an August open source launch. > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
