Next.js is a powerful and flexible framework for building server-side rendered React applications. In this book, you will learn how to develop a full-stack ERP application from scratch to production using Next.js.
The book will begin by covering the basics of Next.js, including setting up the environment and creating your first app. You will then learn how to use design patterns to optimize the application development process. Next, the book will help you get familiar with Next.js's server-side rendering capabilities by providing the knowledge and skills needed to leverage this powerful feature to improve the performance and user experience of your ERP application. You will also learn to manage the complex application state using Redux, as well as how to implement internal pages and create a CRUD system for user data. In addition, the book will help you perform end-to-end testing using Cypress and Playwright, and deploy your application to production using AWS Amplify. Lastly, you will learn how to optimize your web application for search engines, enabling better visibility and higher traffic to your website.
By the end of the book, you will be able to develop high-quality web applications using Next.js.
Read More
Specifications
Book Details
Imprint
BPB Publications
Publication Year
2023 May
Table of Contents
1. Warming up with NextJS
2. Using design patterns in NextJS
3. Authorization in a glance with NextJS
4. Server-side power of NextJS
5. Using state management in NextJS
6. Implementing internal pages using NextJS
7. The superpower of E2E testing in NextJS
8. Deploying NextJS project to production
9. Mastering optimization tools for NextJS