Answer the question
In order to leave comments, you need to log in
Which view engine to choose for a simple SPA site on node.js?
I'm familiar with node.js. Having difficulty understanding which view engine to choose for a small one-page spa site?
Do I need to use React.js here?
Answer the question
In order to leave comments, you need to log in
You have the option React.js | Vua.js | Angular.js 2. These frameworks will simplify the development and can help to create common interfaces for further development. So it's up to you to decide if you should take it or not.
- If your application requires stability and support, then definitely yes.
- If you need to make a couple of blocks with content loading, then this will be redundant.
SPA can be written without any complex engines, using only jQuery and a few plugins for it (history and what else you may need, depending on the specifics of the project). As a result, in the future there will be no problems with supporting this from the customer, or from the company, if it is an internal resource...
vue.js is easy to include, webpack is optional, doesn't define the project structure
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question