react-redux-typescript-jspm-starter icon indicating copy to clipboard operation
react-redux-typescript-jspm-starter copied to clipboard

Update react-router to v4

Open piotrwitek opened this issue 7 years ago • 4 comments

  • [ ] update dependencies
  • [ ] rewrite componenets
  • [ ] test and update react-router-redux

piotrwitek avatar Oct 30 '16 08:10 piotrwitek

Just a heads up:

It looks like react-router is already at v4 since the last two weeks.

https://github.com/ReactTraining/react-router/releases

jaytaylor avatar Dec 06 '16 19:12 jaytaylor

Thanks :) For v4 I'm waiting for it to leave alpha, because API can probably break.

piotrwitek avatar Dec 07 '16 09:12 piotrwitek

as react-router v4 beta was released, we can come back to updating code to use v4

piotrwitek avatar Feb 07 '17 20:02 piotrwitek

AFAICT from the doc, react-router-redux (which just moved into react-router) is probably not compatible with r-r v4, and you need to wait (as I am) for v5 of react-router-redux. However, the doc isn't entirely clear on it.

estaub avatar Mar 15 '17 17:03 estaub