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.


  • 1 Votes
    1 Posts
    101 Views
    No one has replied
  • 4 Votes
    7 Posts
    392 Views

    @phenomlab oh no, that is 1 cent on the video, but you are right, symbols are similar… I just converted it to $1 , since it is more intuitive in daily life…

  • 1 Votes
    8 Posts
    235 Views

    @Panda I think we’re already seeing that direction being followed - although probably not in the sense of self-hosted.

  • 13 Votes
    11 Posts
    340 Views

    And so it starts. Amazon are going to introduce forced ads even for Prime customers on their platform. To remove them, you have to pay more??

    https://news.sky.com/story/amazons-prime-video-to-include-ads-from-2024-unless-you-pay-more-12967202

  • 4 Votes
    3 Posts
    166 Views

    @phenomlab said in Come back PhP, all is forgiven!:

    I used IONOS for a while, and realised that Hetzner provide a much better deal for those experienced with Linux. I know @cagatay, @DownPW and myself all use Hetzner, and I think @Madchatthew (whom I haven’t seen for a while ) was also considering taking their services. There’s an affiliate link below if you’d like to go down that route

    Yep hetzner is very very cool and I haven’t seen before a panel magentment as complete as him : backup, snapshot, add cpu core, ram is easy.

    @phenomlab said in Come back PhP, all is forgiven!:

    Obtaining a VPS comes with the double-edged sword of being completely on your own with no support, although by using Virtualmin, you’ll find life so much simpler (something I know @DownPW can attest to, as I managed to convert him )

    Yep Virtualmin is very cool 😉
    And it makes life much easier for server management, domain, nginx and so on even if it is always better to know how to do all this in CLI. I would say that the 2 are really complementary

  • 3 Votes
    5 Posts
    217 Views

    @crazycells I know that Flarum has (or had) an extension that lists the users. That wasn’t even in the core - as basic as that is.

  • 8 Votes
    13 Posts
    434 Views

    @Panda said in Google Pixel announced with eye watering price:

    I gave up with it in the end, its now an expensive ornament.
    Its not even a good watch as runs out of battery in less than a day! Lol

    Exactly and amen to that. It’s the exact reason as to why I avoid “gadgets” like this 🤭

  • Updating Node and NPM

    General
    5
    1 Votes
    5 Posts
    271 Views

    @Sampo2910 said in Updating Node and NPM:

    Is there a way I can see what the app version of Node is? Then i could install ‘up to that’ and keep an eye out for any changes?

    Have a look in the source code for the app you are using, or better still, look at the GitHub page which should give you an idea of the version number which is the latest.

    In the source code you have running, there is typically a README file which should state the version you are running.