Four Years of Service
Posts: 20
Threads: 0
RE: best full stack framework? 04-18-2022, 05:47 PM
#11
haven't heard of nestjs, is it any better than express?
•
Nine Years of Service
Posts: 59
Threads: 1
RE: best full stack framework? 09-11-2022, 12:10 AM
#13
Personally, I wouldn't use much other than TypeScript for web projects nowadays language-wise. For the things where great backend performance is required, I might use Rust (seed or hyper) with Vue.js on frontend, but that doesn't count as one full stack framework.
If I'm being honest, Vue.js with Nuxt have it nailed. It comes out great by improving on React's pitfalls, and Nuxt provides you with an incredibly good developer experience (I use v3 which isn't stable yet but it's perfectly usable).
Best of luck with your adventures. Oh, and if you want something good to spice up your CSS, try Tailwind with DaisyUI. Pretty simple and makes some beautiful stuff with little effort.
Edit: I realize a lot of people probably still use JS on its own. Coming from someone that has been in the scene for a few years, don't - you'll save yourself a lot of headaches by using TypeScript where possible.
(This post was last modified: 09-11-2022, 12:12 AM by Nytelife26.)
•
Three Years of Service
Posts: 32
Threads: 4
RE: best full stack framework? 12-18-2022, 03:03 PM
#14
I'm recommend MongoDB - Express - React / Angular - NodeJS
•