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.

Remix is better than GraphQL

13 pointsby ahuth11 months ago

6 comments

graypegg11 months ago
I’m having a bit of trouble getting the point here, this is more sort of just a passing thought I guess. But yeah, like the article ends with, querying with graphql from the front end, and using loaders from Remix are 2 choices for different situations where they’re ideal. (Unlike the superlative title implies)
评论 #40839611 未加载
aleksiy12311 months ago
It&#x27;s like they are designed for completely different use cases.<p>Graphql is designed to be flexible for when you want to expose your data to many clients who may be other teams and need different models of the data.<p>Obviously, if you just need a simple consistent API, there&#x27;s no need for all the extra complexity.
评论 #40839556 未加载
andrewingram11 months ago
If I were using Remix, I&#x27;d probably trigger GraphQL queries from route loaders, one doesn&#x27;t really obviate the other. Yes, there are challenges with using GraphQL well, but there&#x27;s no inherent tension between it and the loader approach.
评论 #40839516 未加载
fswd11 months ago
this is so bizarre? I use GraphQL with Remix in my loader. It&#x27;s a great combination. 7ms response from SQL. I can&#x27;t understand the article. Sorry this person doesn&#x27;t understand GraphQL nor Remix. might be AI generated
评论 #40839496 未加载
paulddraper11 months ago
Conway&#x27;s law.<p>REST&#x2F;GraphQL is the result of different teams&#x2F;orgs working on frontend and backend.<p>Backend-for-frontend&#x2F;Remix is the result of the same team working on frontend and backend.
评论 #40839528 未加载
kamma443411 months ago
And Elixir LiveView is better than Remix as you don’t have a client at all…
评论 #40839561 未加载