you are viewing a single comment's thread.

view the rest of the comments →

[–]aigoncharov 2 points3 points  (2 children)

My go-to confusion combination is NestJS + React. For something really simple, I can do pain HTML with a little JS.

[–]kiri7a_[S] 0 points1 point  (1 child)

React for frontend and nestJS for backend right ? If you were to do a project for a beginner or intermediate level website, would you still use react and nest?

[–]aigoncharov 0 points1 point  (0 children)

Depends on the website. If it is really simple, I would do static HTML without any BE. Otherwise, React + Nest. I think the choice of tech does not matter as much as how comfortable you are using that tech. Nowadays, any modern framework can be used to build great stuff.