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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to find a GraphQL usability problem worth tackling (group project)?

4 点作者 skyraider大约 5 年前
Hey HN,<p>For a 4 week dev tool&#x2F;library project for the bootcamp my spouse is enrolled in, she is looking into using GraphQL as the main technology. Do you have any feedback&#x2F;suggestions on technical issues or usability issues that you have encountered when developing applications using GraphQL? This project is for resume purposes, and will be put together by a team of 5.<p>They&#x27;re capable of doing something useful and plan to release an open-source extension to a GraphQL client library, or a patch to an existing library. I have suggested GitHub issues, IRC and Reddit as a way to find good problems to work on, but they&#x27;re often pretty specific and not of a 5-week scope.<p>Appreciate any thoughts on either ideas, or how to find projects of this scope.

1 comment

z0mbie42大约 5 年前
My biggest problem using graphql is regarding N+1 queries[0] and the usability of data loading libraries like[1].<p>So any improved developer experience to solve the N+1 problem is welcome :)<p>[0] <a href="https:&#x2F;&#x2F;itnext.io&#x2F;what-is-the-n-1-problem-in-graphql-dd4921cb3c1a" rel="nofollow">https:&#x2F;&#x2F;itnext.io&#x2F;what-is-the-n-1-problem-in-graphql-dd4921c...</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;graphql&#x2F;dataloader" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;graphql&#x2F;dataloader</a>