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.

Why we ditched Next.js and never looked back

28 pointsby decidertm3 months ago

7 comments

aurareturn3 months ago
I&#x27;m unconvinced.<p><pre><code> Basic page renders were taking 200-400ms. </code></pre> I&#x27;ve never seen this. Next.js is very fast for basic pages.<p><pre><code> If a Google crawler or our Ahrefs SEO monitoring tool hit multiple pages at once, the site would start crashing multiple times per week. </code></pre> This just seems like code issue and not Next.js. Plenty of sites use Next.js and have billions of views&#x2F;year.<p><pre><code> Large pages, especially ones with dynamic content, could spike well beyond 700ms. </code></pre> This might have something to do with the database&#x2F;server being far away and nothing to do with Next.js.<p><pre><code> We built our own server-side rendering system using plain React and Express. </code></pre> Could explain the above inefficiency. Usually when you build your own server, it sits as close to your DB as possible.<p><pre><code> We already knew how to build SSR—it’s not hard. </code></pre> It&#x27;s actually really hard to do SSR with React at scale and good client side. One thing Next.js (and other modern frameworks) do very well is that the initial load is SSR, but subsequent loads are client-side.<p>Truthfully, they should have picked an SSG generator. It&#x27;s better than using SSR, and certainly better than using a custom SSR solution. It&#x27;s a marketing site with little to no database content.
评论 #43138874 未加载
haburka3 months ago
The lack of any substance to their claims besides vague hand waving is a tell tale sign that they don’t have solid engineers working on this project. If they had specific GitHub issues documenting this behavior or code samples then it would be much more plausible. I’m sure there are some issues but the performance improvements they’re getting are far too large to be anything besides their own fault.<p>Additionally being able to replace their implementation in 3 days is a sign of extremely shoddy engineering. If you can replace it in 3 days but you can’t fix it then you’ve had irresponsible maintainers.<p>I’d recommend Docusaurus for a static docsite over NextJS. It’s got a lot of batteries included.<p>NextJS is a framework. You can make it extremely slow. No framework can save you from yourself.
fragmede3 months ago
Lol I&#x27;m not going to take advice from an agency that pops up a email dialog that gives debug error message on empty entry, plus I can&#x27;t dismiss the popup to read the rest of the article.<p>I&#x27;d like to know why they ditched NextJS, but if they&#x27;re so bad at webpages I can&#x27;t read the article on my device (iphone SE 3) that I can&#x27;t dismiss the popup, I don&#x27;t know that they&#x27;re worth listening to.
DLA3 months ago
Sticking to my SSR sites with Go, Fiber, and Go Templates plus a touch of HTMX for interactive islands. Fast AF, simple, reliable. Great dev and user experiences.
评论 #43137719 未加载
评论 #43138130 未加载
aurareturn3 months ago
<p><pre><code> The same company that built its entire identity around Jamstack and static site generation pivoted to serverless, then became the cheerleaders of SSR—the complete opposite of what they originally pushed. </code></pre> This is wrong. Next.js was originally created to make SSR easy for React.[0] There was no easy way to do it back then. Almost all React apps were client side rendered and had terrible initial load speeds.<p>The SSG&#x2F;Jamstack came later as features.<p>They didn&#x27;t pivot from SSG to serverless. These aren&#x27;t even comparable things. Serverless is just lambda functions. SSG is generating static files from React.<p>Vercel (formerly Zeit) pivoted from always-on servers to serverless functions. Next.js SSR can function in serverless or always-on server mode.<p>[0]<a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20170511054633&#x2F;https:&#x2F;&#x2F;zeit.co&#x2F;oss" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20170511054633&#x2F;https:&#x2F;&#x2F;zeit.co&#x2F;o...</a>
martinsnow3 months ago
Something went wrong: : {&quot;status&quot;:422,&quot;statusText&quot;:&quot;unprocessable_entity&quot;,&quot;errors&quot;:[{&quot;message&quot;:&quot;can&#x27;t be blank&quot;,&quot;code&quot;:&quot;EMAIL_BLANK&quot;},{&quot;message&quot;:&quot;is invalid&quot;,&quot;code&quot;:&quot;EMAIL_INVALID&quot;},{&quot;message&quot;:&quot;You cannot refer yourself&quot;,&quot;code&quot;:&quot;BASE_YOU CANNOT REFER YOURSELF&quot;}]}<p>Hilarious
ulrischa3 months ago
Just use php. SSR since 1999