Reputation: 125
I am a meteor user and I want to know the difference between express and react router Dom. When I used meteor, I would render a component that contained the browser router and routes. But I am kind of confused why people are using express with react when they can use react router Dom. Is it a preference thing or is there benefits to one that the other does not have? Or am I just wrong and they are two separate things? Please explain the difference of the two and how they would be used differently.
Upvotes: 0
Views: 1719
Reputation: 575
Express
React-router-dom
To answer your question why people use express with react could be
Upvotes: 3