1
00:00:07,300 --> 00:00:11,590
In this video, let's render the registration form.

2
00:00:11,590 --> 00:00:15,670
So as always, inside the forms folder.

3
00:00:15,700 --> 00:00:18,760
Let's go ahead and then place the components.

4
00:00:18,760 --> 00:00:22,140
And also I'll provide this component for you.

5
00:00:22,150 --> 00:00:25,280
And this is the register component.

6
00:00:25,300 --> 00:00:30,190
So next step is that let's go ahead and then mount it using React Root.

7
00:00:30,200 --> 00:00:36,660
Adam So I require the register and then I have the auto import.

8
00:00:36,670 --> 00:00:45,640
So next step is that we can copy one of this route here and let's change this one to register and then

9
00:00:45,640 --> 00:00:47,770
for a slash register.

10
00:00:47,800 --> 00:00:49,840
Now let's have a look.

11
00:00:49,990 --> 00:00:53,260
If I visit forward slash register.

12
00:00:53,380 --> 00:00:55,340
This is what we have.

13
00:00:55,360 --> 00:00:56,040
Great.

14
00:00:56,050 --> 00:00:57,340
All right, you are done.

15
00:00:57,460 --> 00:01:02,320
The next video, let's add the navigation or the nav bar.

