From the course: React: Server-Side Rendering
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Introducing Next.js with React - React.js Tutorial
From the course: React: Server-Side Rendering
Introducing Next.js with React
- [Instructor] If you've never heard of Next.js, it's a great library that allows you to quickly set up server side rendered applications with just a few lines of code. And we'll demonstrate this in a few seconds. It's easy to get started with, but also highly flexible and extensible and works great with libraries like REDOX which we'll also demonstrate in this course. Behind the curtain, it uses Webpack, which you may or may not be familiar with but in any case, this is what builds your application into a bundle to be used in the server. So let's get started with Next.js. So I'm going to go back to Visual Studio Code. And the first thing I'm going to do is create a brand new directory on my desktop. So I'm going to go ahead and open up a brand new terminal, click on Terminal, New Terminal or you can use the Ctrl gravy shortcut and I'm going to make sure I am on the desktop. Let's validate that we are, we're not,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Introducing Next.js with React9m 1s
-
(Locked)
Add initial components from template7m 59s
-
(Locked)
Add data for props5m 48s
-
(Locked)
Add Redux store and setup7m 1s
-
(Locked)
Add Redux actions4m 49s
-
(Locked)
Add Redux reducers7m 1s
-
(Locked)
Challenge: Why use Redux for SSR?24s
-
(Locked)
Solution: Why use Redux for SSR?48s
-
(Locked)
-
-
-