I changed the grammar (#33801)

This commit is contained in:
Elena
2019-04-13 13:02:59 -04:00
committed by The Coding Aviator
parent a77d7c0cf6
commit f8483b0ca7

View File

@ -8,7 +8,7 @@ title: React Router
React Router has been broken into three packages: `react-router`, `react-router-dom`, and `react-router-native`.
You should almost never have to install react-router directly. That package provides the core routing components and functions for React Router applications. The other two provide environment specific (browser and react-native) components, but they both also re-export all of react-router's exports.
You should almost never have to install react-router directly. The package provides the core routing components and functions for React Router applications. The other two provide environment specific (browser and react-native) components, but they both also re-export all of react-router's exports.
We are building a website (something that will be run in browsers), so we will install react-router-dom.