J
J
jtag2017-05-26 10:21:21
JavaScript
jtag, 2017-05-26 10:21:21

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

3 answer(s)
V
Vladlen Hellsite, 2017-05-26
@msa6886

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.

M
M-ka, 2017-05-26
@M-ka

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...

T
Taras Labiak, 2017-06-15
@kissarat

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 question

Ask a Question

731 491 924 answers to any question