Holiday Sale!

All Courses 50% off!

$139$69 EACH — SKILL UP IN 2023!

WOAH! Any Package — Includes Team Licenses!

Applies to Beginner JavaScript, Master Gatsby, React For Beginners, Learn Node, ES6+ for Everyone and Advanced React

00Days00Hours00Mins00Secs

Remaining

My Account →

A Premium Training Course from Wes Bos


Fullstack Advanced
React & GraphQL


Join 32,277 others learning to build Full Stack JavaScript Apps with React.js and GraphQL

Updated!

The course has been entirely updated and re-recorded for the latest in React.js, Hooks, Apollo 3 and the Keystone Headless CMS.

As always - it's a free update for anyone who has already bought the course. Enjoy!

Start Learning Now →

Build an online store with React and GraphQL

Just as React has transformed the way we build web applications, GraphQL is changing how we build APIs to query and mutate data.

With a focus on modern JavaScript and real world application, this course is a start-to-finish way to learn Full Stack Advanced React, Next.js, GraphQL, Node.js and friends.

Join me as I show you how to build a full stack online store with some of today's top JavaScript technology.

Buy the Course →

Together we will build "Sick Fits", a full stack online clothing store complete with real credit checkout. Users can search, sell, add to cart and checkout their favourite items.

The application has six main models — Users, Items, Orders, CartItems, OrderItems, and Roles — all of which are relational and showcase the power of relational GraphQL Queries.

The app also includes many server side bits including authentication, permissions, sending email, uploading images, and charging credit cards.

In addition to building both the frontend and backend of the application, we also spend the last section of the course Testing the React application.

For a full list of topics covered, see below.

Laptop Showing example Application we build in the course
iPhone Showing example Application we build in the course

The Tech Stack of our Application

FrontendBackend
React.js

React.js

For Building The Interface along with:
  • Next.js for server side rendering, routing and tooling
  • Styled Components for styling
  • Context for Managing Local State
  • Apollo's React Hooks for interfacing with Apollo Client
  • Jest & React Testing Library for Testing
Apollo Client

Apollo Client

For Data Management
  • Performing GraphQL Mutations(create, update, delete)
  • Fetching data via GraphQL Queries
  • Caching GraphQL Data
  • Error and Loading UI States
  • Apollo Client replaces the need for redux + data fetching/caching libraries
Keystone.js

Keystone.js

A Node.js based GraphQL Server + Headless CMS For:
  • Admin Interface to manage data
  • Provides a set of GraphQL CRUD APIs for a MongoDB or Prisma Database
  • Schema Definition
  • Data Relationships
  • Open Source + Self-hosted
  • Built with Node.js, React + Next.js
  • Implementing Query and Mutation Resolvers
  • Custom Server Side Logic
  • Charging Credit Cards with Stripe
  • Sending Email
  • Performing Authentication
  • Managing + Checking Roles + Permissions
GraphQL Example Query

GraphQL is a type-safe query language for APIs and a runtime for fulfilling those queries with your existing data.

What?! It's a replacement for (or addition to) your REST API and Ajax Calls.

GraphQL requires buy-in from both your client and your server — it then puts the power of requesting only what you want into the client and the business logic of finding and filtering that data into backend resolvers.

Specifically in this course it enables libraries that make caching, loading, error handling and pagination a breeze

Complex Relational Data queries and server-side mutations like signing up or checking-out are a snap with GraphQL.

GraphQL is just a standard and can be implemented in any language or framework.

Wes Bos

Meet Wes Bos

Wes Bos is a Full Stack Developer, Speaker and Teacher from Canada. He is a course creator, works as an independent web developer and is the co-host of Syntax - a popular web development podcast. Wes has taught over 500 students in 200+ classes and spoken at dozens of conferences around the world. Wes wrote his own bio in the third person for some reason.

Wes is the author of React For Beginners, Advanced React and GraphQL, ES6 for Everyone and Learn Node which together have sold over 55,000 copies. He is also the author of JavaScript30.com, CSSGrid.io, Flexbox.io and Command Line Power User, a set of free video series. 300,000 people have taken at least one of Wes' free video courses.

Web developers who want to expand their JavaScript, React and Node skills while learning all about GraphQL.

You should be already familiar with the basics of React - components, state, props, modules and event handlers. If you have taken my React For Beginners course or built a few things in React, you are in good shape.

You should be comfortable with both writing and debugging modern JavaScript including arrow functions, classes, promises, async+await and other commonly used parts of ES6. You of course can take my ES6 for Everyone or Beginner JavaScript to skill up on this!

The backend of the course is written in Node. Prior node knowledge is nice, but not required for this course as you should be able to keep up no problem. You can take Learn Node if you'd like to learn more.

This course requires no knowledge of GraphQL, Keystone, Databases, or testing React components

  • Anyone looking to learn the whys and hows of GraphQL
  • Web developers who want to get better at JavaScript
  • JS developers looking to advance their skills and career
  • Bootcamp Graduates (see the FAQ for a student discount!)
  • Front End Devs looking to go Full Stack
  • Existing Node.js developers looking to learn how GraphQL works with Node
  • Anyone who wants to get better at JavaScript and learns well from seeing both fundamental and advanced concepts in practice.

Not sure if it's for you?

100% money back if you don't think it's a good fit 💰

In each video, we learn and implement a concept into our application. Many of the concepts we return to over and over for different parts of the application, hitting and solving new problems each time.

As we build an entire full-stack application, this course covers a ton. Along with general JavaScript best practices, here are some of the things you can expect to learn:

  • React Best Practices
  • Custom Hooks
  • Server Side Rendering
  • Styled Components
  • Theming
  • Routing
  • GraphQL Schema
  • Queries and Mutations
  • Authentication
  • Resolvers
  • Cache Management
  • Loading and Error States
  • Sending Email
  • Logic and Flow with Async + Await
  • Authentication and Permissions
  • Charging Credit Cards
  • Hosting and Transforming Images
  • Pagination
  • Forms in React
  • Animations
  • Third party React Components
  • Unit Testing
  • Mocking Components
  • Deployment

👌 Video pacing is just right
fast enough to keep you interested without passing by or assuming any details.

Seriously, it won't put you to sleep - I'm even funny sometimes.

11+Modules
70+Videos
13Hours Building App
5Hours Testing

...and 176,941 words provided with the videos captions
Incremental, Referenceable and Easy To Digest

Each video breaks down a specific part of building a Node application and allows for quick referencing in the future. You can binge watch them all today or do a few each day during your lunch or on your commute.

Closed Captioning and Transcripts are provided for every video

    Module 1
    Introduction and Setup

  1. #1 — Tooling and Starter Files Setup (09:33)

  2. #2 — The Tech Stack Explained (07:42)

  3. Module 2
    Learning Next.js

  4. #3 — An intro to Next (08:53)

  5. #4 — Creating a Page Layout Component (18:12)

  6. #5 — Creating our Header and Nav Components (07:49)

  7. Module 3
    CSS and Styled Components

  8. #6 — An Intro to Styled Components and CSS (11:52)

  9. #7 — Global Styles, Typography and Layout Styles (10:17)

  10. #8 — Visualizing Route Changes (06:21)

  11. #9 — Fixing Styled Components Flicker on Server Render (06:30)

  12. Module 4
    Server Side GraphQL Development

  13. #10 — Setting up MongoDB (13:02)

  14. #11 — An Intro to GraphQL (06:51)

  15. #12 — Setting up Keystone and Typescript (11:28)

  16. #13 — Creating our first User data type (05:49)

  17. #14 — Adding Auth to our Application (08:09)

  18. #15 — Creating our Products Data Type (07:33)

  19. #16 — Uploading Product Images (07:59)

  20. #17 — Creating two way data relationships in Keystone (06:39)

  21. #18 — Inserting Seed Data (07:39)

  22. Module 5
    Client Side React + GraphQL Development

  23. #19 — Setting up Apollo Client (18:35)

  24. #20 — Fetching Data with hooks and Displaying it in our Front End (29:53)

  25. #21 — Fixing and Styling the Nav (02:00)

  26. #22 — A real good lesson in React Forms and Custom Hooks (24:13)

  27. #23 — Hooking up our File input and Form Styles (10:41)

  28. #24 — Creating Products via our Mutations (17:29)

  29. #25 — Refetching Queries after a Successful Mutation (05:17)

  30. #26 — Programmatically Changing the Page after product creation (02:37)

  31. #27 — Displaying Single Items, Routing and SEO (25:57)

  32. Module 6
    Working with Mutations

  33. #28 — Updating Items (24:51)

  34. #29 — Using useEffect to deal with a tricky loading state issue (07:31)

  35. #30 — Deleting Products (10:34)

  36. #31 — Evicting Items from the Apollo Cache (04:43)

  37. Module 7
    Pagination

  38. #32 — Pagination Links (17:04)

  39. #33 — Pagination Dynamic Routing (11:14)

  40. #34 — Adjusting our Query for Pagination Values (04:43)

  41. #35 — Custom Type Policies and Control over the Apollo Cache (26:32)

  42. Module 8
    User Registration + Authentication

  43. #36 — Querying The Current User (09:35)

  44. #37 — Creating a Sign In Component (25:33)

  45. #38 — Creating a Sign Out Component (05:30)

  46. #39 — Creating our Sign Up Flow (13:26)

  47. #40 — Password Reset - Requesting a Reset (08:48)

  48. #41 — Password Reset - Setting a new Password (14:11)

  49. #42 — Password Reset - sending the email (17:32)

  50. Module 9
    Shopping Cart Development

  51. #43 — Cart - Creating the Data Type and Two Way Relationships (06:46)

  52. #44 — Cart - Displaying Items in a Custom Component (16:50)

  53. #45 — Cart - Using React Context for our Cart State (15:53)

  54. #46 — Cart - Adding Items to Cart (23:20)

  55. #47 — Cart - Adding Items To Cart in React (05:54)

  56. #48 — Cart - Animating the Cart Cart Value (12:18)

  57. #49 — Cart - Remove From Cart Button (05:58)

  58. #50 — Cart - Evicting Cart Items from the Cache (05:02)

  59. Module 10
    Search

  60. #51 — Search (30:29)

  61. Module 11
    Order Creation and Checkout

  62. #52 — Setting Up our Stripe Checkout (11:23)

  63. #53 — Writing our Client Side Checkout Handler Logic (12:38)

  64. #54 — Creating our Order and OrderItem Data Types (10:27)

  65. #55 — Custom Checkout Mutation with Stripe (17:46)

  66. #56 — Linking up our Frontend to the custom backend checkout mutation (06:49)

  67. #57 — Creating our Order and OrderItems in our Mutation (09:04)

  68. #58 — Finishing up the Checkout UI and Flow (10:03)

  69. Module 12
    Frontend Order Displaying

  70. #59 — Displaying a Single Order (10:57)

  71. #60 — Displaying All Orders (12:48)

  72. Module 13
    Roles, Permissions and Restricting Access

  73. #61 — Roles and Permissions - A Primer (03:29)

  74. #62 — Creating the Roles and Permissions Schema + UI (07:03)

  75. #63 — Basic Access Control via Sessions (09:16)

  76. #64 — Permissions Access Functions (07:13)

  77. #65 — More Flexible Rule Based Functions (14:08)

  78. #66 — Getting Meta - Roles based Roles and Hiding UI (03:12)

  79. #67 — Cart and Order based Rules (07:08)

  80. #68 — User and Field Based Permissions (05:14)

  81. #69 — Product Image Permissions (01:26)

  82. #70 — Creating a Gated Sign In Component (03:13)

  83. Module 14
    Testing

  84. #71 — Test Setup, Tooling and Methodology (07:40)

  85. #72 — Testing Basics (10:51)

  86. #73 — Testing our formatMoney function (07:03)

  87. #74 — React Testing Library (15:38)

  88. #75 — Snapshot Testing (06:11)

  89. #76 — More on Testing Library Queries (04:46)

  90. #77 — Mocking GraphQL Data Requests (15:30)

  91. #78 — Updating Props and re-rendering (10:11)

  92. #79 — Testing Signed in and Signed out Nav States (14:41)

  93. #80 — Pagination Testing (15:23)

  94. #81 — Testing User Events and Mutations (17:17)

  95. #82 — Testing Password Reset Component (07:11)

  96. #83 — Mocking 3rd Party Libraries (23:32)

Starter Course

  • Access to the first 5 Modules / 27 HD Video Tutorials
  • Stream course from any device
  • Source Code — Completed Examples and Exercises
  • Unlimited Updates + Never Expires
  • SlackExclusive access to the Advanced React Slack Chat Room where you can ask for help and chat with other learners

Master Package

  • Access to all 11+ Modules / 70+ HD Videos — see above for a full listing of topics
  • Stream and Download DRM-free files from any device
  • Includes Accounts, Authentication and Permission
  • Sending Email, Pagination, Shopping Cart, checkout
  • All Testing and Deployment Videos
  • All Source Code — Completed Examples, Exercises, Webpack files and npm scripts
  • Unlimited Updates + Never Expires
  • SlackExclusive access to the Advanced React Slack Chat Room where you can ask for help and chat with other learners

Team License Packages

With a team license you can buy a number of spots to allocate to employees. The spots do not expire and you can fill the spots via the dashboard whenever you like.

Perfect for on-boarding new hires, interns and contractors to your tech stack.

The team license includes everything in the Master Package above. Spots cannot be re-assigned once used.

For larger groups or for on-site training contact me for more info!

All prices in USD

I don't like your cool font

Do these videos expire? Is this a monthly cost?

Nope and nope. Pay once, have them forever.

Cool, but I would have usedwithand thenandwith a hint ofITS THE BEST!!!

I've spent many months evaluating many different setups, boilerplates, packages and approaches to building a full stack application. Why no doubt there are many fantastic options, I found this set of technologies to be the best fit - they are all extremely well supported, actively developed and most importantly are the tech that I'd reach for when building a new application.

It's important to note here that this course isn't just teaching you how to hook together a few packages - you are learning to think in and build full stack React and GraphQL applications. The ideas behind this course transcend all packages!

Do you provide a certificate of completion?

Sure do! In your course dashboard you can download an official certificate of completion that can be used to be reimbursed by your employer or land that dream job you are applying for.

Can I put the code on GitHub? Can I put this app in my portfolio?

Absolutely - I just ask that you don't create your own course teaching with this app. Otherwise, go nuts! You can credit my course if you like, but it's not required as you might be using this app to get a job :)

What other courses do you have?

I've got a bunch of free and premium web development courses — check out the whole listing over at wesbos.com/courses.

I lost, deleted or never got my welcome email! What do I do?

Log into your account, or create an account with the same email you used to buy the series.

What format are the videos? How do I watch them?

Once you buy a package, you will be mailed access to your account dashboard where you can stream all the videos. Buyers of the Master Package will also be able to download them for off-line viewing. All the videos were professionally recorded in 4k with top quality audio — no pops, echoes, chair squeaks, breathing or gross mouth sounds here!

What if I'm not thrilled?

I want to make sure you get real value out of this so I only want your money if you are happy with the product! If you aren't satisfied, please send an email to hey@wesbos.com with a copy of your welcome email and I will refund you.

Do you offer a student discount?

Absolutely! Fill out this form with some proof that you are a student and I'll send you a discount code. This applies to anyone in any type of schooling, including evening classes and coding bootcamps!

If you have received a student discount for a previous product, it's the same code 😉.

What theme do you use? What is that font? What terminal do you use? What kind of bread do you buy?

I've detailed my entire setup over here, feel free to tweet me with any more questions you have about setting things up.

I have another question!

Sure - email me at hey@wesbos.com or give me a call 416-833-3641!

React For Beginners

Package

Secure SSL Payment via Stripe

Secure SSL Payment via PayPal