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 vs. Next.js

85 pointsby pspeter3over 3 years ago

7 comments

littlecranky67over 3 years ago
Haven&#x27;t heard of Remix, will give it a try. One thing that bugs me with Next.js is the missing data mutations part that Remix claims to address. When I setup my next.js project and was fetching data via getServerSideProps I was impressed. Until I realised there is <i>zero</i> support for mutating data. As soon as I need a single POST&#x2F;PUT request, next.js support ends and you are back to writing your own fetch() code. It somewhat felt as if developers ended their day there, as you would definitely expect <i>something</i> that allows you to send data from the client to the server.
评论 #29996108 未加载
cockatiel_dayover 3 years ago
Remix&#x27;s approach to fetching is unique and compelling for Rest APIs.<p>However, if you&#x27;re working with a GraphQL API, you can eliminate all these much-mentioned fetch waterfall issues by using Relay as a client... Relay inspects the data needs of all your page&#x27;s components and compiles them to a single page query. Relay also has a number of nice developer interfaces for common&#x2F;annoying problems like pagination that I don&#x27;t think are possible w&#x2F; Remix&#x27;s approach.<p>This article is informative, but I think it misleadingly implies that you can&#x27;t avoid waterfall fetches in Next (or that it only might be possible someday w&#x2F; React Server Components)... you can.
评论 #30026972 未加载
austinpenaover 3 years ago
I’ve been pretty deep into next js for a while. I’m excited to give Remix a try.<p>Very big fan of fly.io as well, they’re smart folks and I run every service I can on them.
nsonhaover 3 years ago
The &quot;pros&quot; for nextjs seem believable, a non-bias piece &#x2F;s
jmtucuover 3 years ago
I started to use Remix and I love it, the nested routes &#x2F; layouts is the most powerful feature for me. Also, the API is easier and cleaner than Next and the hooks to consume the data is a nice approach as well.
picturover 3 years ago
remix talks about too much simplification. Too much simplification scares me.
评论 #29990257 未加载
评论 #29993521 未加载
jokethrowawayover 3 years ago
Glad to see someone not focused on frontend.<p>Frontends are incredibly bloated already and next.js embedding react in any page is a killer for static websites.
评论 #30000967 未加载
评论 #29994756 未加载