TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

106 pointsby debergalisover 8 years ago

6 comments

kabesover 8 years ago
All these GraphQL solutions seem to focus on the frontend and assume there&#x27;s a magical GraphQL server somewhere. But GraphQL Just shifts the hard work from the client to the server and I haven&#x27;t seen any good solution towards security (except storing all the possible queries a user may access, which kind of defeats the purpose of GraphQL in the first place) and performance (a large query is usually resolved to thousands of database fetches, instead of 1 optimized one) on the server side.<p>What we really need is a decent GraphQL server. The client isn&#x27;t difficult anyway.
评论 #13188674 未加载
评论 #13188650 未加载
评论 #13188774 未加载
评论 #13189558 未加载
评论 #13190541 未加载
评论 #13189445 未加载
评论 #13188676 未加载
sorenbsover 8 years ago
Hey :-) we just announced this. Happy to answer any questions. Here&#x27;s the accompanying blog post <a href="https:&#x2F;&#x2F;dev-blog.apollodata.com&#x2F;learn-apollo-build-graphql-apps-with-react-react-native-or-exponent-4787269a4747" rel="nofollow">https:&#x2F;&#x2F;dev-blog.apollodata.com&#x2F;learn-apollo-build-graphql-a...</a>
评论 #13188564 未加载
评论 #13188101 未加载
wwalserover 8 years ago
I came to the comments to point out that I didn&#x27;t know what Apollo was. Most of your long term traffic will come from Google searches but early on while it&#x27;s being shared around places like Hacker News, it&#x27;s probably a good idea to add a link to <a href="http:&#x2F;&#x2F;dev.apollodata.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;dev.apollodata.com&#x2F;</a> to the intro.
WhitneyLandover 8 years ago
Because they don&#x27;t tell you on the site:<p>Apollo Client is a Javascript library that can be used in any front end where you want to use data from a GraphQL server.<p>It&#x27;s incrementally adoptable, so that you can drop it into an existing JavaScript app and start using GraphQL for just part of your UI.<p>It uses TypeScript.
sergiotapiaover 8 years ago
From the creator&#x27;s of Meteor. What kind of long-term commitment plan do you have for Apollo?
评论 #13188729 未加载
评论 #13188713 未加载
评论 #13188403 未加载
ericclemmonsover 8 years ago
If you want a pretty terse way of defining a GraphQL API, Apollo works very well (with mocking, too).
评论 #13188166 未加载