DEV Community

Discussion on: POV - Why Angular or React to web applications?

Collapse
 
bacloud22 profile image
aben • Edited

I suggest to stick with plain JavaScript and move on. Add to this server side templating and you are 100% fine for 90% of the cases.

Each time when you need a reactive UI on client side remember you can easily achieve it with vanilla JS.

If you need a reactive UI with server (two ways binding with API and UI components) there are easier solutions like backbone.js or alpine.js

The market adopted React (for some reason!!, I don't know why the heck) but you are not obligated to, in fact most clients I think will be open about your choice of libraries.

Collapse
 
cezarmezzalira profile image
Cezar Augusto Mezzalira

Yeah, sure. Templating is great approach too :)