Live data from Hacker News

How we rebuilt Next.js with AI in one week

blog.cloudflare.com

251–252 of 252 posts

Re: How we rebuilt Next.js with AI in one week

#251
post #45

Earlier quoted context omitted.

Next is the worst framework I’ve ever used next to rails. It’s pure overhead for most apps.

Try mvc-router, see here: https://github.com/wisercoder/mvc-router/tree/master/DemoApp... React was originally meant to be the 'V' in MVC. You can still use it that way and React becomes very simple when you only use it for UI. Why do data fetching in a React component?

I built something similar actually: https://starfx.bower.sh

Re: How we rebuilt Next.js with AI in one week

#252
post #128
post #45

Earlier quoted context omitted.

Next is the worst framework I’ve ever used next to rails. It’s pure overhead for most apps.

If Rails is considered a worse framework, then I'm pretty much speechless. Not everything has to be about performance. Security is a thing too.

I get that people like but I really cannot stand most of the decisions it made. The worst of all is auto imports which every language has rejected: https://bower.sh/on-autoloading
Post reply on HN