• Home
  • Library
  • Contact Us
Login / Register
Wishlist
0 items / $0.00
Menu
0 items / $0.00
Fullstack Advanced React & GraphQL 2021 provide by https://batcourses.com/
HomeLibraryEverything Else Fullstack Advanced React & GraphQL 2021
Previous product
Challenging Geriatric Behaviors: Root Causes and Practical Non-Medication Solutions provide by https://batcourses.com/
Challenging Geriatric Behaviors: Root Causes and Practical Non-Medication Solutions $59.00 $14.00
Back to products
Next product
Facebook Ads for JEDI Masters Self Study + Study with Joe and Jay provide by https://batcourses.com/|||
Facebook Ads for JEDI Masters Self Study + Study with Joe and Jay $1,497.00 $142.00

Fullstack Advanced React & GraphQL 2021

$29.00

Fullstack Advanced React & GraphQL 2021 is a digital online course with format files such as: Video (.MP4 .TS .AVI ..) Audio (.MP3 .WAV ..) Document (.pdf .doc .csv ..) etc. Not physical DVD. You can access this course wherever with “smart device” or you can save one copy on your personal computer/laptop/mobile.

Compare
Add to wishlist
close
YOU MAY ALSO LIKE
  • [Video Course] 效率 个人知识管理宝典 效率 个人知识管理宝典 $19.00
  • [Masterclass Course] Penn & Teller Teach the Art of Magic Penn & Teller Teach the Art of Magic $19.00
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

Course Description

Fullstack Advanced React & GraphQL 2021

Salepage : Fullstack Advanced React & GraphQL 2021

 3.31 GB

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.

Module 1

Introduction and Setup

– 1 – Tooling and Starter Files Setup (09:33)

– 2 – The Tech Stack Explained (07:42)

Module 2

Learning Next.js

– 3 – An intro to Next (08:53)

– 4 – Creating a Page Layout Component (18:12)

– 5 – Creating our Header and Nav Components (07:49)

Module 3

CSS and Styled Components

– 6 – An Intro to Styled Components and CSS (11:52)

– 7 – Global Styles, Typography and Layout Styles (10:17)

– 8 – Visualizing Route Changes (06:21)

– 9 – Fixing Styled Components Flicker on Server Render (06:30)

Module 4

Server Side GraphQL Development

– 10 – Setting up MongoDB (13:02)

– 11 – An Intro to GraphQL (06:51)

– 12 – Setting up Keystone and Typescript (11:28)

– 13 – Creating our first User data type (05:49)

– 14 – Adding Auth to our Application (08:09)

– 15 – Creating our Products Data Type (07:33)

– 16 – Uploading Product Images (07:59)

– 17 – Creating two way data relationships in Keystone (06:39)

– 18 – Inserting Seed Data (07:39)

Module 5

Client Side React + GraphQL Development

– 19 – Setting up Apollo Client (18:35)

– 20 – Fetching Data with hooks and Displaying it in our Front End (29:53)

– 21 – Fixing and Styling the Nav (02:00)

– 22 – A real good lesson in React Forms and Custom Hooks (24:13)

– 23 – Hooking up our File input and Form Styles (10:41)

– 24 – Creating Products via our Mutations (17:29)

– 25 – Refetching Queries after a Successful Mutation (05:17)

– 26 – Programmatically Changing the Page after product creation (02:37)

– 27 – Displaying Single Items, Routing and SEO (25:57)

Module 6

Working with Mutations

– 28 – Updating Items (24:51)

– 29 – Using useEffect to deal with a tricking loading state issue (07:31)

– 30 – Deleting Products (10:34)

– 31 – Evicting Items from the Apollo Cache (04:43)

Module 7

Pagination

– 32 – Pagination Links (17:04)

– 33 – Pagination Dynamic Routing (11:14)

– 34 – Adjusting our Query for Pagination Values (04:43)

– 35 – Custom Type Policies and Control over the Apollo Cache (26:32)

Module 8

User Registration + Authentication

– 36 – Querying The Current User (09:35)

– 37 – Creating a Sign In Component (25:33)

– 38 – Creating a Sign Out Component (05:30)

– 39 – Creating our Sign Up Flow (13:26)

– 40 – Password Reset – Requesting a Reset (08:48)

– 41 – Password Reset – Setting a new Password (14:11)

– 42 – Password Reset – sending the email (17:32)

Module 9

Shopping Cart Development

– 43 – Cart – Creating the Data Type and Two Way Relationships (06:46)

– 44 – Cart – Displaying Items in a Custom Component (16:50)

– 45 – Cart – Using Recat Context for our Cart State (15:53)

– 46 – Cart – Adding Items to Cart (23:20)

– 47 – Cart – Adding Items To Cart in React (05:54)

– 48 – Cart – Animating the Cart Cart Value (12:18)

– 49 – Cart – Remove From Cart Button (05:58)

– 50 – Cart – Evicting Cart Items from the Cache (05:02)

Module 10

Search

– 51 – Search (30:29)

Module 10

Order Creation and Checkout

– 52 – Setting Up our Stripe Checkout (11:23)

– 53 – Writing our Client Side Checkout Handler Logic (12:38)

– 54 – Creating our Order and OrderItem Data Types (10:27)

– 55 – Custom Checkout Mutation with Stripe (17:46)

– 56 – Linking up our Frontend to the custom backend checkout mutation (06:49)

– 57 – Creating our Order and OrderItems in our Mutation (09:04)

– 58 – Finishing up the Checkout UI and Flow (10:03)

Module 11

Frontend Order Displaying

– 59 – Displaying a Single Order (10:57)

– 60 – Displaying All Orders (12:48)

Module 11

Roles, Permissions and Restricting Access

– 61 – Roles and Permissions – A Primer (03:29)

– 62 – Creating the Roles and Permissions Schema + UI (07:03)

– 63 – Basic Access Control via Sessions (09:16)

– 64 – Permissions Access Functions (07:13)

– 65 – More Flexible Rule Based Functions (14:08)

– 66 – Getting Meta – Roles based Roles and Hiding UI (03:12)

– 67 – Cart and Order based Rules (07:08)

– 68 – User and Field Based Permissions (05:14)

– 69 – Product Image Permissions (01:26)

– 70 – Creating a Gated Sign In Component (03:13)

Module 12

Testing

– 71 – Test Setup, Tooling and Methodology (07:40)

– 72 – Testing Basics (10:51)

– 73 – Testing our formatMoney function (07:03)

– 74 – React Testing Library (15:38)

– 75 – Snapshot Testing (06:11)

– 76 – More on Testing Library Queries (04:46)

– 77 – Mocking GraphQL Data Requests (15:30)

– 78 – Updating Props and re-rendering (10:11)

– 79 – Testing Signed in and Signed out Nav States (14:41)

– 80 – Pagination Testing (15:23)

– 81 – Testing User Events and Mutations (17:17)

– 82 – Testing Password Reset Component (07:11)

– 83 – Mocking 3rd Party Libraries (23:32)

Related to Fullstack Advanced React & GraphQL 2021
Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Fullstack Advanced React & GraphQL 2021” Cancel reply

Your email address will not be published. Required fields are marked *

Shipping & Delivery
24/7 Automatic Digital Delivery Via Your Email

After payment, the download link will automatically be sent to your email.

Or you can go to “My Account” to access the course.

Q&A

1. How to make the payment?

  • You can make the payment online through this instruction:
    1. Visit your product page.
    2. Click button “Enroll Course”.
    3. Checkout.
  • Or contact us to get proof and payment details.
    1. Email: [email protected]
    2. Skype: [email protected]
    3. Tawk.to Online Chat
    On the bottom right of your screen.

2. What is delivery method?

  • After your payment,Please check this link for the download: Courses Download

    In case the link is not working, you will receive DIGITAL download link at YOUR EMAIL ADDRESS after we are online and double check.

3. How long will get download link after payment?

Most of products will come to you immediately. But for some products were posted for offer. We need time to make files  and upload. (It takes 8-48 hours) We will try by our best to have download link on time. One immportant thing, you can Online Chat with me and receive download IMMEDIATELY.

4. Contents – Update

We’ve double checked all contents, and they are full for sale. For the courses need to update, we will update and send you update contents by ourselves.

5. Refund policy

All products were double checked before post for sale. So that will not have refund for them. Only make refund for the products that we can not provide. You will get what you paid for or get back your money.

SKU: 1f6f1633d473 Category: Everything Else Tags: Everything Else, Fullstack Advanced React & GraphQL 2021
Share

Related products

-91%
Robin Robins –  Backup And Disaster Recovery Marketing System 2017 provide by https://batcourses.com/|
Compare
Quick view
Add to wishlist
Enroll Course
Close

Robin Robins – Backup And Disaster Recovery Marketing System 2017

Everything Else
$1,692.00 $157.00
Leif Soreide - Champion Team Trading U.S investing Champion provide by https://batcourses.com/
Compare
Quick view
Add to wishlist
Enroll Course
Close

Leif Soreide – Champion Team Trading U.S investing Champion

Everything Else
$75.00
-83%
GrowthMaster Training Course provide by https://batcourses.com/||||
Compare
Quick view
Add to wishlist
Enroll Course
Close

GrowthMaster Training Course

Everything Else
$299.00 $52.00
-88%
Jonny West – Facebook Agency Revolution provide by https://batcourses.com/|
Compare
Quick view
Add to wishlist
Enroll Course
Close

Jonny West – Facebook Agency Revolution

Everything Else
$697.00 $82.00
-87%
Ronnie Sandlin – The Profit Weekend Live Stream Ticket provide by https://batcourses.com/|
Compare
Quick view
Add to wishlist
Enroll Course
Close

Ronnie Sandlin – The Profit Weekend Live Stream Ticket

Everything Else
$997.00 $127.00
HVAC Machines Performance Evaluation and Selection provide by https://batcourses.com/
Compare
Quick view
Add to wishlist
Enroll Course
Close

HVAC Machines Performance Evaluation and Selection

Everything Else
$9.00
-94%
Eric Louviere – Spin Click provide by https://batcourses.com/|
Compare
Quick view
Add to wishlist
Enroll Course
Close

Eric Louviere – Spin Click

Everything Else
$2,500.00 $142.00
-84%
Anthony Devine – Pay Per Call Arbitrage Training With Multi 7-Figure Marketer provide by https://batcourses.com/||
Compare
Quick view
Add to wishlist
Enroll Course
Close

Anthony Devine – Pay Per Call Arbitrage Training With Multi 7-Figure Marketer

Everything Else
$397.00 $62.00

• Home      • Library      • Contact Us      • Cart       • Account      • DMCA

BatMMA 2022. PREMIUM E-COMMERCE.
payments
  • Menu
  • Categories
  • Aikibudo
  • Aikido
  • BJJ
  • Boxing
  • Fighting
  • Fitness
  • Hapkido
  • Jeet Kune Do
  • Jiu-Jitsu
  • Judo
  • Karate
  • Krav maga
  • Kung Fu
  • MMA
  • Muay Thai
  • Shaolin
  • Taekwondo
  • Tai Chi
  • Wing Chung
  • Everything Else
  • Home
  • Library
  • Contact us
  • Wishlist
  • Login / Register
Shopping cart
close

Happy Lunar New Year !!! 30% off for all courses. Discount code [ NewYear ]

Sign in

close

Lost your password?

No account yet?

Create an Account
Sidebar
Fullstack Advanced React & GraphQL 2021 provide by https://batcourses.com/

Fullstack Advanced React & GraphQL 2021

$29.00
Compare
Add to wishlist
Start typing to see products you are looking for.