Guest User

Untitled

a guest
Feb 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Wrapper components for passing properties to components in <Route>
  2.  
  3. `<RouteWithProps>` -- renders a <Route> component, passing properties to the target component
  4.  
  5. `<AuthRoute>` -- only renders the route if the auth parameter is true
  6.  
  7. `<AuthRouteWithProps>` -- renders a <Route> component, passing properties to the target component, only is the auth parameter is true
Add Comment
Please, Sign In to add comment