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.

Next.js, Just Why?

29 pointsby madmax108over 1 year ago

7 comments

ecfover 1 year ago
I reported a bug months ago where app router hydration errors were occurring while copy and pasting example code directly from their official docs. Still hasn’t been fixed.<p>I will never recommend a project use Next for as long as I’m a software engineer. Maybe a bit dramatic, but a dumpster fire is brewing over at Next.
评论 #37516089 未加载
jcolettiover 1 year ago
Completely agree with the point of middleware only supporting the Edge runtime. This borders vendor lock-in and continues to be an ongoing debate: <a href="https:&#x2F;&#x2F;github.com&#x2F;vercel&#x2F;next.js&#x2F;discussions&#x2F;46722">https:&#x2F;&#x2F;github.com&#x2F;vercel&#x2F;next.js&#x2F;discussions&#x2F;46722</a>. Hope they add the ability to switch to Node.js runtime.
fnkyover 1 year ago
I&#x27;ve had the encountered same problem when trying to just get the request path in order to highlight the current active page link in a navigation. It&#x27;s simply not possible with Server Components only.<p>I ended up having to wrap each nav link in a client-side component, meaning the active state is lost in no-JS land (but will still render the nav on the server). The provider just wraps the link to provide a class, which can then be used to identify, with CSS, which link is active.<p>I really don&#x27;t understand how cookies and headers can be provided, but not even just the requested path.
jondwillisover 1 year ago
I started a project that is using Next.js 13 w&#x2F; Page Router (App Router was still in beta when I started it.) I haven’t looked much at App router yet, but what are the technical pros&#x2F;cons of continuing to avoid it?
flagged24over 1 year ago
A pretty sad state of affairs. I really liked Next.js pre App Router but feel this new direction is not for me. Sure we can still use the legacy routing but they clearly steer towards App Router&#x2F;RSC.
floydnoelover 1 year ago
half-baked APIs seem to be par for the course with Next. Vercel feels like the Microsoft of React, trying to force everyone in the ecosystem to go through them. Gives me a cold prickly feeling!
Justsignedupover 1 year ago
As a developer starting a new project, what would you use instead?
评论 #37450395 未加载
评论 #37452073 未加载
评论 #37478393 未加载