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.

ASK HN: Is using GraphQL a good option for building an MVP?

1 pointsby izwasmover 2 years ago
Let's discuss

2 comments

bradwoodover 2 years ago
I thought about it quite a bit and in the end, decided it was more of PITA than a benefit. Went with standard REST in the end, and I am still glad we took this decision.<p>I wouldn&#x27;t use &#x2F; introduce it until it became something that is definitely going to add substantial upside (e.g., as part of a backend-for-frontends pattern, or to support some kind of sophisticated query API)
评论 #34571646 未加载
purututuover 2 years ago
If your main data source is a relational data model, that is tables with relations to each other, I give a strong yes: GraphQL is a very good option. Alternatively consider supabase which provides similar time savers when mainly dealing with relational data.