Live data from Hacker News

Learn Apollo: Build GraphQL Apps with React, React Native or Exponent

learnapollo.com

1–10 of 39 posts

Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent

#5
post #3

Hey :-) we just announced this. Happy to answer any questions. Here's the accompanying blog post https://dev-blog.apollodata.com/learn-apollo-build-graphql-a...

What is Apollo? Is it like PhoneGap? Where in the React toolchain does it fit?

Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent

#6
post #5
post #3

Hey :-) we just announced this. Happy to answer any questions. Here's the accompanying blog post https://dev-blog.apollodata.com/learn-apollo-build-graphql-a...

What is Apollo? Is it like PhoneGap? Where in the React toolchain does it fit?

Apollo is a GraphQL client - it's an npm package that helps you bind GraphQL data to your Redux store and React components. Here's the website: http://dev.apollodata.com/

Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent

#8

If you want a pretty terse way of defining a GraphQL API, Apollo works very well (with mocking, too).

Here's the documentation for graphql-tools, Apollo's API definition package: http://dev.apollodata.com/tools/graphql-tools/index.html

Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent

#9
post #5

Earlier quoted context omitted.

What is Apollo? Is it like PhoneGap? Where in the React toolchain does it fit?

Apollo is a GraphQL client - it's an npm package that helps you bind GraphQL data to your Redux store and React components. Here's the website: http://dev.apollodata.com/

[deleted]

Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent

#10
I came to the comments to point out that I didn't know what Apollo was. Most of your long term traffic will come from Google searches but early on while it's being shared around places like Hacker News, it's probably a good idea to add a link to http://dev.apollodata.com/ to the intro.
Post reply on HN