Description
In this course, you will :
- Use the added features of the NextJS framework to improve your React apps.
-
User Authentication with Passport in Next.js
-
Cookie Authentication in Next / Getting Cookies from Server and the Client
-
Lifecycle Methods like getInitialProps for Fetching Data and User Authentication
-
Protected Routes / Route Guards in Next
-
Next Router, along with Page Prefetching
-
Query Params in Next.js and Custom Routes with Express
-
Integrating Next with a Custom Server Setup Like Express
-
Building APIs with the help of Next
-
Making Progressive Web Apps in Next.js (Web App Manifest and Service Workers)
-
Pagination using Query Params
-
Deploying our projects with Now v2 and Heroku (both as static sites and Node.js apps)
-
Improving SEO with the help of the custom Head component in Next
-
Custom Error Pages for better Error Handling
-
Custom Pages in Next (_App and _Document)
-
Styling our Apps with Styled-JSX
-
Building impressive user interfaces with Material-UI
-
Integrating CSS-in-JS options like Material-UI with Next.js
-
Snackbar Notifications with Material UI