Skip to content

react-medellin/react-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Router v4

React Medellín - Meetup Octubre 2017

Components

An API that isn’t “outside” of React

BrowserRouter

Uses the HTML5 history API to keep your UI in sync with the URL.

Route

Renders some UI when a location matches the route’s path.

Switch

It renders a route exclusively

Link

Lets you navigate around your application.

Redirect

Overrides the current location in the history stack

Links

React Router Repository - React Router Doc - React Routes Unofficial Translation