Guest User

Untitled

a guest
Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const SwitchWithSlide = animateSwitch(Switch, SlideOut);
  2.  
  3. const App = () => (
  4. <SwitchWithSlide>
  5. <Route path="/a" component={PathA} />
  6. <Route path="/b" component={PathB} />
  7. </SwitchWithSlide>
  8. );
Add Comment
Please, Sign In to add comment