Skip to content

Instantly share code, notes, and snippets.

View jbraithwaite's full-sized avatar

Justin Braithwaite jbraithwaite

View GitHub Profile
@jbraithwaite
jbraithwaite / ControlledRouter.js
Last active October 19, 2016 01:22 — forked from gaelollivier/ControlledRouter.js
React Router v4 ControlledRouter
// Code taken from:
// https://gist.github.com/gaelduplessix/050e5cce31f9fabb1030f4ba47663db5
// gaelduplessix/ControlledRouter.js
import React, { Component } from 'react'
import BrowserHistory from 'react-history/BrowserHistory'
import { Push } from 'react-history'
import { StaticRouter } from 'react-router'
class RouterWrapper extends Component {