Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
1–10 of 39 posts
Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#2Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#3Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#4Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#5Hey :-) 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...
Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#6Hey :-) 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
#7Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#8If you want a pretty terse way of defining a GraphQL API, Apollo works very well (with mocking, too).
Re: Learn Apollo: Build GraphQL Apps with React, React Native or Exponent
#9Earlier 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/