课程: React: Creating and Hosting a Full-Stack Site (2022)
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Creating a 404 page in React
课程: React: Creating and Hosting a Full-Stack Site (2022)
Creating a 404 page in React
- [Instructor] Okay, so at this point, the main functionality of our application, being able to browse through the articles and actually click on the article and read the article on a page, that functionality is pretty much done, as well as some of the other important functionality like being able to navigate to different pages. However, there are still two main things that we need to finish here before we move on to implementing the backend. The first thing is that we need to actually implement the home page and about page here because currently, they really don't contain any content whatsoever. And the second thing is that we need to make sure that when a user goes to a route that doesn't exist, like this one, that we have some kind of not found page to show them, and do so at the right time. This will also apply to the articles page when the user tries to go to an article that doesn't exist. So those are the two things…
内容
-
-
-
Why React?3 分钟 27 秒
-
(已锁定)
Setting up a React project5 分钟 34 秒
-
(已锁定)
Creating the app component4 分钟 3 秒
-
(已锁定)
Creating your blog pages10 分钟 1 秒
-
(已锁定)
Using React Router links5 分钟 36 秒
-
(已锁定)
URL parameters with React Router9 分钟 29 秒
-
(已锁定)
Creating and linking the articles list8 分钟 45 秒
-
(已锁定)
Making your articles list modular5 分钟 18 秒
-
(已锁定)
Creating a 404 page in React8 分钟 10 秒
-
-
-
-
-
-
-