TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

106 点作者 debergalis超过 8 年前

6 条评论

kabes超过 8 年前
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 未加载
sorenbs超过 8 年前
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 未加载
wwalser超过 8 年前
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.
WhitneyLand超过 8 年前
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.
sergiotapia超过 8 年前
From the creator&#x27;s of Meteor. What kind of long-term commitment plan do you have for Apollo?
评论 #13188729 未加载
评论 #13188713 未加载
评论 #13188403 未加载
ericclemmons超过 8 年前
If you want a pretty terse way of defining a GraphQL API, Apollo works very well (with mocking, too).
评论 #13188166 未加载