Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
(haven't tried it myself)
11–20 of 216 posts
Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
(haven't tried it myself)
Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
> Currently, the Oxc transformer does not support lowering native decorators as we are waiting for the specification to progress Does Oxc also support TS runtime features like constructor parameter properties and enums? I seem to recall in the beta that they had enabled --erasableSyntaxOnly, presumably because Rolldown / Oxc didn't support doing a full transform.
Yes, those work fine: https://playground.oxc.rs/?options=%7B%22run%22%3A%7B%22lint... For that matter, TypeScript's version of decorators ("experimental decorators") also works: https://playground.oxc.rs/?options=%7B%22run%22%3A%7B%22lint... What's not supported is the current draft proposal for standardized ECMAScript decorators; if you uncheck experimentalDecorators, the decorator syntax is simply passed through as…
Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
See Sitecore Cloud, Sanity, Contentful,....
What about finally stop using node.js for server side development?
Another rewrite in Rust. What about finally stop using node.js for server side development?
Node.js has been extraordinarily useful for building build tools. We're outgrowing it's capacity and rightfully moving to a compiled language. Also faster tooling is essential for establishing a high quality feedback loop for AI agents
A great QoL change. One less place to duplicate (and potentially mistake) a config.
Awesome! Too bad Next.js will never profit from these incredible community efforts, because Vercel suffers from NIH.
They have the enterprise partners that make Next.js the only officially supported SDK on their SaaS integrations. See Sitecore Cloud, Sanity, Contentful,....
I checked sitecore cloud to have special integration for nextjs and reactjs. But it also support vanilla js as well.
Are there really anyone who is exclusive to nextjs?
Another rewrite in Rust. What about finally stop using node.js for server side development?
This is for tooling. Node.js has been extraordinarily useful for building build tools. We're outgrowing it's capacity and rightfully moving to a compiled language. Also faster tooling is essential for establishing a high quality feedback loop for AI agents
Fast all the way down, especially when coupled with REPL tooling.