top | item 32575091

(no title)

likortera | 3 years ago

I kind of disagree on the last one, or at least there is a huge step from the second one to it.

I've used next.js for a project which I think qualifies as the new hotness. Once I had to add translations, authentication and do some authorization checks, and make all of this work with SSR, it became a hell of a nightmare and I regretted it so much.

discuss

order

rozenmd|3 years ago

Oh, the list is definitely not linear.

My first side-project I spent several days trying to figure out how to use mongodb with Node, only to give up and just use what I already knew (Django + postgres). These days I build everything with Node, but I learned how to use it at work first.