Outline

In this video, students will learn about serverMiddleware and fetch. Unlike Middleware, serverMiddleware is entirely run on the server, which enables you to do things like create an express server, create separate routes, and even add authentication. Once you have an understanding of serverMiddleware, you'll also take a look at how to use fetch to grab information from the backend of your application.

 

I finished! On to the next chapter