1.0.1 • Published 4 years ago

@zohodesk/redux-router-middleware v1.0.1

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

react-router-redux

1.0.0/1.0.1

  • problem resolved while store creation router dispatch issues.
  • the latest changes cloned from all the libraries and repo.
  • react-cli latest updated

0.0.1-beta.3

  • inverse option added for oppostite Match.

0.0.1-beta.2

  • exiting version not updated in package.json.

##Just my thought.

  1. History object is a side-effect. If you are using redux then handle history object inside middleware. Don't flow over component. In react-router, histroy object flow over component via context. All Link(withRouter) component more couple with router. It breaks some reusablity.
  2. Connect(React-Redux) has subscriber model for state changes UI changes. If we sync URL state into app state then we may use same connect component for URL changes also.

I tried some example

npm install
npm run example
http://localhost:9090

1.0.0-beta.16

Match - props support array name={'page1','page2'}

1.0.0-beta.21

reject added

1.0.0-beta.22

1.0.1

4 years ago

0.0.0-temp-3

4 years ago

1.0.0

4 years ago

0.0.0-temp-4

4 years ago

0.0.0-temp-5

4 years ago

0.0.1-beta.5

4 years ago

0.0.0-temp-1

4 years ago

0.0.1-beta.3

5 years ago

0.0.1-beta.2

6 years ago

0.0.1-beta.1

7 years ago