iansinnott / react-static-boilerplate

A boilerplate for building static sites with Webpack 2, React and React Router
107 stars 16 forks source link

Use React Router v4 #20

Closed iansinnott closed 6 years ago

iansinnott commented 7 years ago

The new router looks pretty cool, but I have spent exactly zero time getting to know the new API so this would be a stretch goal.

Still, it's something I'd like to think about. The main reason I wouldn't upgrade is if its difficult to to use the new API for server side rendering, since that is exactly how we render pages with https://github.com/iansinnott/react-static-webpack-plugin.

iansinnott commented 6 years ago

I'm going to close this out because I still have yet to use React Router v4 and have no plans to do so in the immediate future. For my own projects RR v3 is still working just fine and for redux-related projects RR seems to have clear issues, so other options like redux-little-router or redux-first-router seem more appropriate.