Practical Nextjs 14
Practical Nextjs 14
Build a stock control system from scratch with Nextjs 14, Shadcn and Prisma
About the Book
The main goal of this book is to teach the Next.js framework by creating an stock system containing a variety of screens and functionalities.
Instead of just showing the framework's theory, which can be easily accessed in its excellent documentation we start developing the system in practice.
The aim is for you to learn Nextjs in a practical way by creating a complete system, involving various technologies that are part of a real system, such as Typescript, React, Shadcn and Prisma.
Below is a listing of everything covered in the stock system:
- The new version of Next.js, 14, introduces a new routing system called App Router where instead of using the pages directory, we use the app directory.
- We will cover the App Router throughout the system and see how to create routes, error and loading screens, how to use outlet or children, and how to create dynamic routes, as well as private routes.
- We will learn to create components and pass properties to these components through props and events
- We will learn to create Server Components and ClientComponents understanding how they relate to each other.
- We will learn to manage data through Prisma, a data management library for Node.js, using the power of Next.js and Server Components to directly call data querying and manipulation without the need for another backend server.
- We will use Tailwind CSS to style the stock system and also to create responsive screens.
- We will learn about various shadcn components, how to install them, and how to work with them creating forms, tables, buttons, and much more.
- The forms use zod and react-hook-forms for validation and data handling, integrated with the Form component of shadcn ui.
Translations
Table of Contents
- 1.Introduction
- 1.1.About PIRACY
- 1.2.Support
- 1.3.Source Code
- 1.4.Installation
- 1.4.1.Visual Studio Code Extensions
- 1.5.The Inventory System
- 1.5.1.Category Listing and Registration Screen
- 1.5.2.Product Listing and Registration Screen
- 1.5.3.Stock Listing and Registration Screen
- 1.5.4.Summary of What We’ll See in This Book
- 2.Next.js
- 2.1.Creating the Project
- 2.2.App Routes
- 2.3.Cleaning the Application
- 2.4.Installing shadcn
- 2.4.1.Adding the
Button
Component
- 2.4.1.Adding the
- 2.5.Adding a Header
- 2.6.Database and Prisma ORM
- 2.6.1.Creating the Schema and Tables
- 2.6.2.Creating the Database Through Prisma
- 3.Categories Screen
- 3.1.Creating the Initial Categories Screen
- 3.2.Adding the Card Component
- 3.3.Adding a Category
- 3.3.1.Creating a Button to Add Category
- 3.3.2.Creating the Page to Add Category
- 3.3.3.Styling the Title with @apply
- 3.3.4.Creating the Form
- 3.3.5.Creating the CreateCategory Method
- 3.3.6.Inserting Data into the Table
- 3.3.7.Error Handling
- 3.4.Displaying a “loading” Screen
- 3.4.1.Displaying a “loading” on the “Save” Button
- 3.4.2.Fixing the Positioning of the “Save” Button
- 3.5.Displaying the Categories
- 3.5.1.Installing the Table Component
- 3.5.2.Displaying All Categories {/examples/}
- 3.5.3.Using the
Table
Component {/examples/}
- 3.6.Editing a Category
- 3.6.1.Setting up the Route
- 3.6.2.Defining a Type for the
params
Parameter
- 3.6.3.Getting a Category by
id
- 3.6.4.Creating the Form to Edit a Category
- 3.6.5.Passing Data Between Components
- 3.6.6.Filling in the Form Data
- 3.6.7.Editing the Category {/examples/}
- 3.6.8.Displaying Error Messages
- 3.7.Deleting a Category
- 3.7.1.Adding the Alert Dialog Component
- 3.7.2.Creating the
Delete Dialog
Component
- 3.7.3.Method to Remove a Category {/examples/}
- 3.7.4.Implementing the Method to Remove a Category {/examples/}
- 3.7.5.Implementing Errors {/examples/}
- 3.8.Conclusion
- 1.Introduction
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them