课程: React: Creating and Hosting a Full-Stack Site (2022)
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Creating your blog pages
- [Narrator] All right, at this point we have the app component, which is the uppermost component in our react application defined and we've also added styling for our applications. So the next step for us is going to be to create all of our applications pages. And once we have those created and displaying on the same route, which we'll see how to do very shortly, we'll be able to actually go through each page and implement it individually. So the first thing that we're going to want to do is inside this source directory let's create a new folder and we'll call this folder, pages. And as you might guess by the name, this is where we're going to be creating all of the individual components for our pages on our blog site. All right. So in react, pages of a site are usually just regular components. There's not a special type of component that we have to use in order to make pages in react. So anyway, what we're going…
内容
-
-
-
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 秒
-
-
-
-
-
-
-