ufocoder / redux-universal-boilerplate

Boilerplate for react universal (isomorphic) application based on flux architecture (redux implementation)
MIT License
72 stars 19 forks source link

react-router-dom #29

Closed fanny closed 7 years ago

fanny commented 7 years ago

I noticed that you used the react-dom in the project, but since it is a web project, it is best to use the react-router-dom, which provides specific components for web development and re-exports all the functions of the react-router. You can check this on a issue with the react-router's own design: https://github.com/ReactTraining/react-router/issues/4648

ufocoder commented 7 years ago

@FannyVieira Could you help to improve this within hacktoberfest? :)

fanny commented 7 years ago

of course I'll try