Create & Deploy a Universal React App using Zeit Next

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson, we'll use next to create a universal React application with no configuration. We'll create page components that will render on the server if accessed directly, but function as you would expect in the client. We'll use the routing capabilities included with next to create links between the components using pushState and we'll incorporate our own React component. Finally, we'll deploy the application to now with a simple command in the terminal.

Hyun Wook Kim
~ 5 years ago

I think this lesson needs to state that this is Next.js version 1 or at least the year this lesson was uploaded.. Version 8 is out as of 11th Feb 2019.