Node.js 26.0.0 (Now with Temporal)
11–20 of 63 posts
Re: Node.js 26.0.0 (Now with Temporal)
#1226.2.0 is already out, why link to the previous release? https://nodejs.org/en/blog/release/v26.2.0 What I would expect with the inclusion of temporal, is having a section on nodejs docs about Rust addons, alongside the C and C++ sections.
Re: Node.js 26.0.0 (Now with Temporal)
#13Earlier quoted context omitted.
/s ? Bun is not yet (ever?) compatible with Node. I'm sure if Node JS could trim the fat with breaking changes they'd be fast too
I expect bun to run almost everything that node runs these days. They have an extensive test suit to ensure that. Even the complicated NextJS runs with Bun: https://nextjs.org/conf/session/nextjs-bun Do you have a source for your claim?
Re: Node.js 26.0.0 (Now with Temporal)
#14Node JS team should look into bun and make progress. They are somewhat stable, but bun have lot of features and is more performant than Node.
Re: Node.js 26.0.0 (Now with Temporal)
#15(No affiliation, just a fan of VoidZero's consistently excellent tools.)
Re: Node.js 26.0.0 (Now with Temporal)
#1626.2.0 is already out, why link to the previous release? https://nodejs.org/en/blog/release/v26.2.0 What I would expect with the inclusion of temporal, is having a section on nodejs docs about Rust addons, alongside the C and C++ sections.
That's on me - I saw v26 was released, but didn't realize they'd already done a point release in the ensuing 2-3 weeks!
Re: Node.js 26.0.0 (Now with Temporal)
#17(I’m not disagreeing to remove it. It just took me a while to find out what happened to it)
Re: Node.js 26.0.0 (Now with Temporal)
#18Tangent: if you use Node.js at build time you should check out VitePlus https://viteplus.dev (No affiliation, just a fan of VoidZero's consistently excellent tools.)
Re: Node.js 26.0.0 (Now with Temporal)
#19Re: Node.js 26.0.0 (Now with Temporal)
#20Tangent: if you use Node.js at build time you should check out VitePlus https://viteplus.dev (No affiliation, just a fan of VoidZero's consistently excellent tools.)
I moved some projects over to those from ESLint + Prettier and while the compatibility isn't 100% (I didn't need that), and the time to process a codebase went from like way over a minute with the old tools to a few seconds with theirs.