Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 441 Bytes

File metadata and controls

7 lines (4 loc) · 441 Bytes

Turn off JavaScript

Now…to server-side rendering. Try turning off javascript in your web browser and refreshing the page.

You’ll notice that you get the exact same result! That is because we render the same page on the server before it is sent to the user. This makes it so that your React applications can be fully search engine optimized.

Now turn JavaScript back on and refresh the browser so you can continue building your app.