Description
In this course, you will learn :
- Setting up SSR
- Adding components
- Adding Redux actions and reducers
- Adding single and multiple routes with Nodes
- Code splitting with Next.js
Syllabus:
- Introduction
- What you should know
- Using the exercise files
1. Setting Up
- SSR: What, how, and why?
- Chrome and Firefox tools
- Install the required libraries and tools
- 2. Use Next.js to Build SSR
- Introducing Next.js with React
- Add initial components from template
- Add data for props
- Add Redux store and setup
- Add Redux actions
- Add Redux reducers
- Finalize overall components with Redux
- 3. Server-Side Rendering with Node
- Create initial Express amd Next.js server
- Add entry pages with single route
- Multiple routes with Express and Next.js
- 4. Code Splitting
- Code splitting in Next.js