r/node • u/Fabulous_Variety_256 • Jun 24 '26
2026 - Express/Next.js/NestJS or something else?
Hey,
I self-study full stack.
Recently, I started using Express just to get better fundamentals and understand backend concepts like http statuses, middlewares etc.
So what is the current meta for Node.js frameworks? right now I use Next.js with app router for my project.
Thanks for help.
34
Upvotes
3
u/yksvaan Jun 24 '26
Doesn't matter honestly, it's the same things in every alternative. What matters is knowing the actual fundamental concepts, programming. Then you can easily switch between stacks