Y
Hacker News
new
|
ask
|
show
|
jobs
by
welder
3474 days ago
What is Apollo? Is it like PhoneGap? Where in the React toolchain does it fit?
1 comments
djmashko2
3474 days ago
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/
link