React JS Tutorial - #7 - Multiple Pages

Описание к видео React JS Tutorial - #7 - Multiple Pages

Welcome back to the beginner React series!

In this tutorial we're going to cover the concept of creating multiple pages in a single React application. Every modern web app contains multiple pages. For example on YouTube, we have a page for each channel, a home page, subscription page, etc. In this video we'll learn how to do that same thing with our own files!

To make multiple pages in React, we're going to use a very popular library called React-router. React-router allows us to build out routes in our App.jsx file, by using Route components as well as Link components that can link different pages together.

If this video was helpful to you, please like the video and subscribe to my channel as it helps me out tremendously! Thanks for the support!

Timestamps:
0:00 - React-Router setup
1:12 - Organizing files
2:40 - Creating Pages
4:30 - Setting up routes in App
9:27 - Testing routing paths
10:45 - Linking pages
13:53 - Building navbar

Hashtags:
#reactjs #programming #reacttutorial

Комментарии

Информация по комментариям в разработке