piotrwitek / react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
https://piotrwitek.github.io/react-redux-typescript-jspm-starter/
MIT License
231 stars 43 forks source link

Update react-router to v4 #30

Open piotrwitek opened 7 years ago

piotrwitek commented 7 years ago
jaytaylor commented 7 years ago

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

piotrwitek commented 7 years ago

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

piotrwitek commented 7 years ago

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

estaub commented 7 years ago

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.