A
A
Andrew2017-01-13 14:38:27
JavaScript
Andrew, 2017-01-13 14:38:27

React + Redux vs Angular 2?

Hello.
The question arose between choosing a framework / lib for a new project.
Plans to create a social network.
I'm wondering which is the best for this? I know that angular2 is many times superior to react in terms of performance, but most people hate angular and go towards React
.
What are the benefits of using React + Redux ? Or is it easier to take angular2 ? ( I am familiar with React at the helloworld level ) .
Also interested in such a possibility (if using react ) that if you have to render on the server ( php ( phalcon + volt ) ) and then access react components ( is it possible to access from outside? )

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
davidnum95, 2017-01-13
@davidnum95

This is probably the billionth question. If the project is serious - choose what you know best. Read the pros on google.
You should not interfere with php and js, all communication takes place through the rest api.

N
Nikita Gushchin, 2017-01-13
@iNikNik

I'm wondering which is the best for this? I know that angular2 is many times superior to react in terms of performance, but most people hate angular and go towards React

Framework Performance Comparison
It's not entirely clear what you mean by "accessing the component". React allows you to pull a DOM node by ref - documentation
Plans to create a social network.
I'm wondering which is the best for this?

I would recommend a time machine :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question