1
00:00:02,000 --> 00:00:04,000
So in the last course section,

2
00:00:04,000 --> 00:00:07,000
we worked on our events application

3
00:00:07,000 --> 00:00:11,000
and we made sure that when we register for the newsletter,

4
00:00:11,000 --> 00:00:14,000
or that when we work with our comments down there,

5
00:00:14,000 --> 00:00:17,000
we do actually use API routes

6
00:00:17,000 --> 00:00:20,000
to then talk to a real database,

7
00:00:20,000 --> 00:00:24,000
because in these API routes in which we worked,

8
00:00:24,000 --> 00:00:28,000
we now also do connect to Mongo DB to store data there

9
00:00:28,000 --> 00:00:30,000
and to fetch data from there.

10
00:00:30,000 --> 00:00:32,000
Now in this course section,

11
00:00:32,000 --> 00:00:36,000
I wanna enhance the user experience a little bit.

12
00:00:36,000 --> 00:00:39,000
I wanna make sure that we do provide some feedback

13
00:00:39,000 --> 00:00:41,000
to the user regarding the current status

14
00:00:41,000 --> 00:00:44,000
of a ongoing HTTP request.

15
00:00:44,000 --> 00:00:47,000
And we'll combine this with another topic

16
00:00:47,000 --> 00:00:49,000
in this course section,

17
00:00:49,000 --> 00:00:51,000
because in this course section,

18
00:00:51,000 --> 00:00:55,000
we are going to explore application wide state management,

19
00:00:55,000 --> 00:00:59,000
we're going to explore how we can use React Context

20
00:00:59,000 --> 00:01:02,000
in Next.js applications,

21
00:01:02,000 --> 00:01:05,000
and we are going to use React Context,

22
00:01:05,000 --> 00:01:07,000
once we know how to do that,

23
00:01:07,000 --> 00:01:11,000
in order to give the user better feedback

24
00:01:11,000 --> 00:01:14,000
regarding the ongoing HTTP requests,

25
00:01:14,000 --> 00:01:17,000
simply by showing a nice little notification

26
00:01:17,000 --> 00:01:19,000
at the bottom of the screen,

27
00:01:19,000 --> 00:01:21,000
controlled with React Context,

28
00:01:21,000 --> 00:01:25,000
when the request started, failed or succeeded.

