|
|
|
|
|
by silverbax88
1096 days ago
|
|
When I learned React after two decades of web programming with C#, JS and even older tech like ASP or JSP, it was an effort. React has a LOT of stupid in it, but it's still got some great features. Next.js fixes quite a few of the initial problems with using React even though there's still some stupid and even some new stupid introduced. I'm definitely building in Next.js now, not vanilla React. I think the problem is that SPAs are limited in use, but a lot of devs ONLY build SPAs and that creates a mess. Before Next.js, if I was building anything other than an SPA, I'd really have to wrestle with if I should build it in MVC or React...because it was a lot more trouble in React to do it well. But I don't have that problem with Next.js. I suspect that people struggling to work with Next.js from React don't have the experience of web app development before React existed, so suddenly they are faced with the same learning curve of people who had to figure out React when they were used to full-stack development. |
|