Skip to content

Commit 9abc3c6

Browse files
authored
Update doc to not refer to react-router@4 as beta
As of Mar 28th 4.x is out of beta! https://github.com/ReactTraining/react-router/releases/tag/v4.0.0
1 parent 85c0837 commit 9abc3c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorial/06-react-router-ssr-helmet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ In this chapter we are going to create different pages for our app and make it p
88

99
> 💡 **[React Router](https://reacttraining.com/react-router/)** is a library to navigate between pages in your React app. It can be used on both the client and the server.
1010
11-
React Router has received a major update with its v4 release which is still in beta. Since I want this tutorial to be future-proof, we'll be using v4.
12-
13-
- Run `yarn add react-router@next react-router-dom@next`
11+
- Run `yarn add react-router react-router-dom`
1412

1513
On the client side, we first need to wrap our app inside a `BrowserRouter` component.
1614

0 commit comments

Comments
 (0)