I have slightly adjusted the React Router example for the private routes to play nice with Redux, but no components are rendered when Linking or Redirecting to other \'pages
You need to wrap your Route with tag
Route
ReactDOM.render( // ... other private routes , document.getElementById('root'));