Answer the question
In order to leave comments, you need to log in
Angular or React?
Hello everyone, I'm going to develop a project and I can't decide which technology to use in the front - Angular or React?
The project is not super complicated - registration, directory, filter, chat (I think this is the most difficult thing in the project).
What is the best technology to take for such a set? What are the advantages / disadvantages, pros / cons of these technologies?
Answer the question
In order to leave comments, you need to log in
React, although it is called a framework, in fact it is not. React applications can be written in any way:
You can use typescript instead of js, or pure js.
You may or may not include prop-types.
You are free to write the way you want.
Angular, on the other hand, is a huge framework!
It forces you to use only typescript.
Much that needs to be downloaded in react comes out of the box in Angular.
You will code the way google wants.
All daddies in your project will be as they want in google. You will follow certain coding patterns.
If you have not used JS frameworks before, then Vue\React. Angular will be heavier. The simplest would be Vue
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question