Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
React 18 Design Patterns and Best Practices - Fourth Edition

You're reading from  React 18 Design Patterns and Best Practices - Fourth Edition

Product type Book
Published in Jul 2023
Publisher Packt
ISBN-13 9781803233109
Pages 524 pages
Edition 4th Edition
Languages
Author (1):
Carlos Santana Roldán Carlos Santana Roldán
Profile icon Carlos Santana Roldán

Table of Contents (20) Chapters

Preface 1. Taking Your First Steps with React 2. Introducing TypeScript 3. Cleaning Up Your Code 4. Exploring Popular Composition Patterns 5. Writing Code for the Browser 6. Making Your Components Look Beautiful 7. Anti-Patterns to Be Avoided 8. React Hooks 9. React Router 10. React 18 New Features 11. Managing Data 12. Server-Side Rendering 13. Understanding GraphQL with a Real Project 14. MonoRepo Architecture 15. Improving the Performance of Your Applications 16. Testing and Debugging 17. Deploying to Production 18. Other Books You May Enjoy
19. Index

Running our project for the first time

Next up, we’re going to start our project for the first time. If we’ve done everything right, we’ll see our Users table being set up and our Apollo Server will start running.

In this part, we’ll cover how to start our project. After that, we’ll explore how to use our GraphQL API. We’ll learn about testing queries, which allow us to retrieve data, and mutations, which enable us to modify data. We’ll also discuss validations, which are checks to ensure the correctness of our data. Lastly, we’ll delve into the process of user login. Let’s get started!

If you followed the previous sections correctly and run the npm run dev command, you should be able to see that the Users table has been created and that Apollo Server is running on port 4000:

A picture containing background pattern  Description automatically generated

Figure 13.3: Running our project for the first time

Now, let’s say that you want to modify your user model and change...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}