Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 685 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 685 Bytes

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