Answer the question
In order to leave comments, you need to log in
Are there full stack frameworks for node.js?
I want to become a full stack JS developer.
There is a project on Node.js (a small social network level) in the plan.
I mastered node.js and now I'm thinking which framework to learn.
Is there a framework that is used in both front-end and back-end development? So that you don’t have to learn 2 frameworks)
I know angular, react and vue.js are popular, but are they used on the back end?
Answer the question
In order to leave comments, you need to log in
What you are looking for is called an isomorphic framework. True, such an approach justifies itself only for small projects. The fact is that the data models on the backend and on the front are different, as a result, you still have to make layers to convert these models from the front to the back and back, which completely destroys the very idea of \u200b\u200bsuch an approach
Everyone can. Just instead of sending the data to api, you need to use template engines:
https://expressjs.com/en/guide/using-template-engi...
https://docs.nestjs.com/techniques/mvc
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question