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.

Bun v1.1.22

51 pointsby ode9 months ago

3 comments

Jarred9 months ago
I work on Bun. Happy to answer any questions
评论 #41187570 未加载
评论 #41187450 未加载
评论 #41187647 未加载
评论 #41187607 未加载
评论 #41187642 未加载
atonse9 months ago
I’ve been using bun with NextJS 14 and it’s worked really well the last few months.<p>So well in fact that I forgot that the lack of stack traces was due to Bun. I forgot NextJS even gives you stack traces in the browser, it’s been that long.<p>I’m going to upgrade ASAP just for that feature.<p>I still have to run npm run build for nextjs to ensure it’ll work in Vercel because there are the occasional errors that were only caught during a deploy.
ibash9 months ago
Thank you for bun! Makes it much easier to add small focused typescript tools to a production monorepo, because there’s no dance and shake to start developing. Phenomenal!