react-router-private-route

react-router-private-route JS library on npm Download react-router-private-route JS library

``` <Router> <div> <PrivateRoute path="/" auth={Math.random() > Math.random()} redirect={"/login"} component={loadable(() => import("./pages/home"))} /> <Route exact path="/login" component={loadable(() => import("./pages/login"))} /> </d

Version 0.0.3
react-router-private-route has no homepage
react-router-private-route JS library on GitHub
react-router-private-route JS library on npm
Download react-router-private-route JS library