Gazebo_simulation-Frontend/node_modules/connected-react-router/ACKNOWLEDGE.md

813 B

Acknowledgements

Connected React Router is based on several awesome peoples' ideas

  • Several parts of Connected React Router are based on react-router-redux v4.
  • A PR by @timdorr to make react-router-redux v5 integrate with React Router v4 contains several ideas to drive Connected React Router.
  • The ConnectedRouter component is inspired by App component by @cherijs with history synchronization enhancement.
  • The idea of uni-directional flow (history -> store -> router -> components) is from a @lourd's comment