What is the difference using react-router and the express routes.js

Viewed 19344

I am doing a project using react, redux and express, I don't understand what is the difference between react-router and the express routes.js, did I need to combine the two or just use one ?

https://github.com/reactjs/react-router

Thanks for the help :)

1 Answers
Related