You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorial/06-react-router-ssr-helmet.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ In this chapter we are going to create different pages for our app and make it p
8
8
9
9
> 💡 **[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.
10
10
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`
14
12
15
13
On the client side, we first need to wrap our app inside a `BrowserRouter` component.
0 commit comments