Advanced React and GraphQL
This is a collection of notes I compiled from the Advanced React Course offered by Wes Bos!
These notes cover every part of building modern full-stack web applications with React and GraphQL! How to build a GraphQL serer with Prisma, data models, schemas and resolvers, along with setting up Next with Server-side Rendering, Routing, and so on, for a beautiful fast front-end. It even covers using Apollo (for data management and caching), and implementing Stripe for building your own eCommerce platform!
0 - Setup with Next1 - Styling in React2 - Server Side GraphQL3 - Client Side GraphQL4 - Accounts. Authentication and Permissions5 - Persisting Client Side Data6 - Advanced UI and Code Quality7 - Credit Card Checkout8 - TestingJot Notes
I wrote these notes while learning so they might be inaccurate or outdated. If so, let me know, and I'll try to fix them up ASAP. Feel free to make an issue or PR in the site repository to help me out!