I need to create a website that will be converted into a mobile application (what I want to build is more suitable for a website than for an application, so the building itself should be like a website).
Since I am more familiar with the desktop and Android developer community, I have gained very little knowledge about the development of the web client. After reading a little, I decided to use these technologies for the client side: HTML5, CSS3, Bootstrap, React.js
The problem is that I read that Angular is actually the full MVC framework, while React has a few more specific roles, and this is like comparing a car (Angular) to an engine (React). I have already seen comparisons regarding how to do some things with both technologies, such as hello world and event handling, and the like, so I donโt need to know exactly how things like what they show on some comparison sites.
So my question is, what is the difference between what I can accomplish with Angular compared to React? If I use React, will there be things that I cannot do? When should I use one over the other? If I use React, can I create a fully functional client side?
I would like to emphasize that I do not want a personal opinion. I just want to get information about the development of the client and find out what I can and cannot do with them.
javascript angularjs client-side reactjs
Yonatan nir
source share