#Prioritize NextJS!!
1 messages · Page 1 of 1 (latest)
personally, i definitely don't think that nextjs is the be-all and end-all when it comes to web frameworks. yes, it has its place, just like so many other web frameworks. in a couple of years (at most) something else will be the "nextjs replacer" framework.
Nextjs support is part of npm. I'm agree, full support for npm in deno, and Nextjs support in deno will change the game in js world.
I think npm and Nestjs support should be a priority than adding new feature
i'm against full npm support, if you want to use next.js, simply use node.js - why do you need to use a node-native framework with deno?
nextjs is not the go-to framework for backend development
i have no idea what you're talking about
NextJS is not a zero-compromise choice for web projects. Especially with a huge part of the community having a dislike for JSX in the first place. It is just a very popular web framework written around Node. "unlikely for the next 3+ years" when there's a new web framework rolling out every other week?
Also, Deno being a web backend wouldn't even require NextJS support, considering the majority of Node backends run on express and express middleware.
It makes more sense for Deno to concentrate on Fresh (and probably some JSX-free alternatives) at the moment.
plus for backend there are much better frameworks that perform better than nextjs and are specialized for certain tasks
like nextjs's backend routes are extremely limited in their functionality and in no way a alternative to pure backend frameworks
majority of FE JS devs are react developers and after years of usage JSX is adopted by new frameworks as a standard. There is currently interest in adopting react server components and so I hope something for deno arrives ASAP
JSX -- Popular? As popular as the emperor's new-clothes. How long before the peeps say ` Oh my god! He's naked'.
What’s the cost of indirection & abstractions? Excess cognitive load!
Doesn’t Fresh have server components?
You sure it's not just because of the "MERN stack" hype created by people who provide courses?