N
N
Nilfgardskiy2020-10-16 15:49:21
Angular
Nilfgardskiy, 2020-10-16 15:49:21

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

3 answer(s)
R
Rag'n' Code Man, 2020-10-16
@nilfgardskiy_e

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.

A
approximate solution, 2020-10-16
@approximate_solution

If you have not used JS frameworks before, then Vue\React. Angular will be heavier. The simplest would be Vue

G
GF, 2020-10-16
@fomenkogregory

Jquery

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question