React Routing Component for npm
npm install router-handlerImplement the perfect routing for the beginner.
npm i routing-handler --save
Then...
...
import {HandleRoutes} from "HandleRoutes";
{
HandleRoutes(
authenticated,
ls.get('token'),
Main,
Auth,
privateRoutes,
authRoutes,
'/dashboard',
'/login')
}
...
For Dynamically routing.