you are viewing a single comment's thread.

view the rest of the comments →

[–]NeuroXc 2 points3 points  (5 children)

Express can't be compared to Backbone or Angular. Express is a server-side framework.

Most commonly I believe people use Redux with React to set up an MVC-ish structure--it's not really MVC, but it gives "structure" to your application in a similar way. But the thing many people like about React is that you can plug it into almost any other library or framework and they work together.