Skip to content

Peoples thoughts on Nextjs?

Discussion
  • Over the last months I tried writing some small apps using Nextjs on Vercel.
    I’m not a technical expert, but I have never found anything so complicated, that seems to break at every step!
    I joined a Nextjs Discord chat and it is enlightening to see how many people have issues with so many things. In particular some functions that would work on Nodejs, or conventional hosting.
    I never really got into React, (because for what I do vanilla JS is enough) and I’m not onboard yet with ‘thin backends’ and the obsession to have everything in the cloud.

    I wonder where it will go in the future? Will Nextjs and frameworks like it be the future, or will it fade into oblivion?
    It is a learning curve which I am stepping off for now, but I’m curious on others opinions.

  • @Panda I have the same opinion here. NextJS is a framework for react, and like angular, I was never one to simply dive off into the deep without having any real need to do so. I’m conversant with nodeJS, vanilla js, and several other languages (including PHP which I have years of experience in and developed / still maintain an application at work that was custom written by me to fulfill an audit requirement), and in all honesty, I don’t really want to spend my life learning new frameworks unless I have a need to do so.

    I’ve been on the nodeJS train for some time now, and given my adoption of NodeBB, this makes perfect sense.

    Bleeding edge is fun if you want to experiment and learn, but with so many frameworks popping up all over the place, how many do we actually need?

    I guess most of this really depends on unique use cases, but I’ve yet to come across an issue that meant I had to rewrite an application in a different language to resolve an issue. It’s almost like using a bulldozer to find a china cup.