Skip to content

Instantly share code, notes, and snippets.

View joelosx's full-sized avatar

Joel Bintliff joelosx

View GitHub Profile
@joelosx
joelosx / AuthExample.js
Last active July 19, 2018 19:28
AuthExample.js
//
// AuthExample.js
//
import React from 'react';
import {
BrowserRouter as Router,
Route,
Link,
Redirect,
withRouter,