1
00:00:02,000 --> 00:00:05,000
So now it's time to dive into Next.js

2
00:00:05,000 --> 00:00:08,000
or to dive into its core features.

3
00:00:08,000 --> 00:00:11,000
And we are going to start with 'Routing'

4
00:00:11,000 --> 00:00:14,000
in Next.js applications.

5
00:00:14,000 --> 00:00:18,000
Because that is one of the main things.

6
00:00:18,000 --> 00:00:22,000
It changes compared to regular 'React Apps'

7
00:00:22,000 --> 00:00:25,000
and it changes it to the better.

8
00:00:25,000 --> 00:00:27,000
I would say it makes it easier.

9
00:00:27,000 --> 00:00:31,000
We are going to move from 'Code-based Routing'

10
00:00:31,000 --> 00:00:35,000
and 'Route configurations' to 'File-based Routing.'

11
00:00:35,000 --> 00:00:38,000
And in this course section,

12
00:00:38,000 --> 00:00:40,000
you are of course going to learn

13
00:00:40,000 --> 00:00:43,000
what exactly that means and how that works.

14
00:00:43,000 --> 00:00:47,000
Now for that, we are going to understand

15
00:00:47,000 --> 00:00:51,000
what exactly 'File-based Routing' is and how it works.

16
00:00:51,000 --> 00:00:56,000
We are going to explore 'Static' and 'Dynamic Routes'

17
00:00:56,000 --> 00:01:00,000
because both can be handled by Next.js routing.

18
00:01:00,000 --> 00:01:03,000
And I will explain what the differences are

19
00:01:03,000 --> 00:01:07,000
and we are going to navigate between different pages.

20
00:01:07,000 --> 00:01:10,000
So we're also going to see how that works.

