hydrotik / node-hapi-react-redux-sass-typescript-mongo-webpack-hmr-gulp

Rapid prototyping full stack framework using our favorite technologies. Inspired by Aqua/Frame with a sprinkle of Mean.io and Mean.js
11 stars 4 forks source link

Redirect within components using react-router #224

Closed ghost closed 7 years ago

ghost commented 8 years ago

Use either RouterContext or withRouter higher-order-component from react-router.

See: https://github.com/reactjs/react-router/blob/master/docs/API.md#contextrouter

See: https://facebook.github.io/react/docs/context.html

Issues depending on this: #215 and #225