coryhouse / pluralsight-redux-starter

Completed Dev Environment for "Building Applications with React and Redux" on Pluralsight
https://app.pluralsight.com/library/courses/react-redux-react-router-es6/
1.27k stars 914 forks source link

react-router v4 & no `IndexRoute` any more #67

Closed xgqfrms-GitHub closed 7 years ago

xgqfrms-GitHub commented 7 years ago

https://github.com/gildata/pluralsight-redux-starter/issues/2

react-router & no IndexRoute any more

https://github.com/ReactTraining/react-router/issues/4732

<Route exact path="/" component={Home}/>

===

<IndexRoute component={Home}/>

https://stackoverflow.com/questions/42748727/using-react-indexroute-in-react-router-v4

https://github.com/ReactTraining/react-router/issues/4732#issuecomment-317239220

xgqfrms-GitHub commented 7 years ago

Where can I get the full codes of this course?

https://app.pluralsight.com/player?course=react-redux-react-router-es6

coryhouse commented 7 years ago

Thanks - I've provided a PR that shows how to upgrade to RR4 here.

xgqfrms-GitHub commented 7 years ago

Full codes can be found here!

https://github.com/gildata/redux-seeds