(no title)
likortera | 3 years ago
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.
rozenmd|3 years ago
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.