• Home
  • Library
  • Contact Us
  • Your Courses
Search
Login / Register
Wishlist
1 item / $29.90
Menu
1 item $29.90
“Derek Johanson – Living Like James Bond” has been added to your cart. View cart
Fullstack Advanced React & GraphQL 2021 digital courses

Fullstack Advanced React & GraphQL 2021

$29.00

Fullstack Advanced React & GraphQL 2021 is a digital online course/Ebook with the following format files such as: .mp4 (.avi or .ts), .mp3, .pdf and .doc .csv… etc. You can access this course wherever and whenever you want as long as you have fast internet connection OR you can save one copy on your personal computer/laptop as well.

Compare
Add to wishlist
Share:
Close

Fullstack Advanced React & GraphQL 2021

$29.00

Course Include

  • Learn Anywhere on any device
  • Prices you can't compete with
  • 30 Days Money Back
  • NOTCH SECURITY SSL encryp
  • Full lifetime access
  • Language: English
  • Certificate of Completion
  • Lifetime Support
    • Description
    • Reviews (0)
    • Shipping & Delivery
    Description

    Fullstack Advanced React & GraphQL 2021

    Course Description

    Archive : Fullstack Advanced React & GraphQL 2021 Digital Download
    Salepage : Fullstack Advanced React & GraphQL 2021
    Delivery : Online With Any Device

     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)

    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

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

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

    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 DownloadIn 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.

    Related products

    -67%
    Andrew WeM
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Andrew WeM, M.D – WHY OUR HEALTH MATTERS

    $59.90 Original price was: $59.90.$19.90Current price is: $19.90.
    -66%
    Max Velucci - Il Mentalista digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Max Velucci – Il Mentalista

    $137.63 Original price was: $137.63.$47.00Current price is: $47.00.
    -73%
    100 Day Challenge - Gary Ryan Blair digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    100 Day Challenge – Gary Ryan Blair

    $177.00 Original price was: $177.00.$47.00Current price is: $47.00.
    -96%
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Stacy Kellams – Tax Sale Arbitrage

    $995.00 Original price was: $995.00.$35.00Current price is: $35.00.
    Michael Reed Gach - ACU-YOGA digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Michael Reed Gach – ACU-YOGA

    $11.70
    -82%
    Justin Cener - Instagram Bootcamp digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Justin Cener – Instagram Bootcamp

    $297.00 Original price was: $297.00.$52.00Current price is: $52.00.
    Pai Lum Tao - Way Of The White Dragon digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    Pai Lum Tao – Way Of The White Dragon

    $29.90
    KORYU BUJUTSU DEMO IN KYOTO VOL 1 digital courses
    Compare
    Quick view
    Add to wishlist
    Enroll Course

    KORYU BUJUTSU DEMO IN KYOTO VOL 1

    $13.40

    Your content is your greatest asset. Take it to the next level with IMQ-Lab’s top-notch virtual classroom experience.

    B31BT5 Building, Silver Street, London, England
    Skype: [email protected]
    Email: [email protected]
    Quick Menu
    • New York
    • London SF
    • Cockfosters BP
    • Los Angeles
    • Chicago
    • Las Vegas
    USEFUL LINKS
    • Contact Us
    • DMCA Report
    • Account
    • Your Download
    • Library
    • Your Cart
    IMQ-Lab 2017. PREMIUM E-COMMERCE SOLUTIONS.
    payments
    • Menu
    • Categories
    • Business & Sales
    • Just $1
    • Free Library
    • Fighting & Martial Arts
    • Forex & Trading
    • Health & Fitness
    • Internet Marketing
    • Medical
    • Metaphysical & Self Help
    • NPL & Hypnosis
    • Secduction & Love
    • Everything Else
    • EMAS168
    • MAIN168
    • SLOT GOPAY
    • Home
    • Library
    • Contact Us
    • Your Courses
    • Wishlist
    • Login / Register
    Shopping cart
    Close

    Hello Summer! 35% discount on all courses, Discount code [ 35SUMMER ]

    Sign in
    Close

    Lost your password?

    No account yet?

    Create an Account
    Sidebar
    Fullstack Advanced React & GraphQL 2021 digital courses

    Fullstack Advanced React & GraphQL 2021

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