February 2019
Intermediate to advanced
204 pages
4h 52m
English
The react-router, which is the <Route> component, accepts the following props:
Route.propTypes= { computedMatch:PropTypes.object, path:PropTypes.string, exact:PropTypes.bool, strict:PropTypes.bool, sensitive:PropTypes.bool, component:PropTypes.func, render:PropTypes.func, children:PropTypes.oneOfType([PropTypes.func, PropTypes.node]), location:PropTypes.object};
<Route path="/admin" component={AdminComponent} exact/>
Read now
Unlock full access