|  

[CourseHunters] React Hooks - Video Tutorials - [FCO] GloDLS



Size :1.22 GB
Peers : Seeders : 0      Leechers : 0
Added : 5 years ago » by SaM » in Tutorials
Language : English
Last Updated :8 months ago
Info_Hash :C9CBCC4DFE9EEB36518189B3A5B0F0259E3DE6B0

Torrent File Contents

[CourseHunters] React Hooks - Video Tutorials - [FCO] GloDLS
  [001] Moving from Classes to Function Components (useState, useEffect)/001 What You Will Need for this Course.mp4
  -  8.21 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/002 Install React 16.7 to Use React Hooks.mp4
  -  24.64 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/003 What are React Hooks.mp4
  -  8.09 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/004 Introducing the useState Hook.mp4
  -  32.77 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/005 Use Previous State with useState.mp4
  -  10.95 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/006 Toggle State with useState.mp4
  -  34.26 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/007 Introducing the useEffect Hook.mp4
  -  25.92 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/008 Cleaning up Side Effects in useEffect.mp4
  -  51.49 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/009 Using Cleaning up Multiple Listeners in useEffect.mp4
  -  34.01 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/010 Cleaning up Listeners without a Supportive API.mp4
  -  56.15 MB

  [001] Moving from Classes to Function Components (useState, useEffect)/011 Comparing Function Component and Class Components.mp4
  -  49.41 MB

  [002] Building Stateful Components with Functions/012 Implementing a Login Form with Multiple State Values.mp4
  -  53.58 MB

  [002] Building Stateful Components with Functions/013 Implementing a Register Form with a Single State Value.mp4
  -  50.62 MB

  [002] Building Stateful Components with Functions/014 Comparing Ways of Managing State.mp4
  -  41.88 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/015 Intro to Data Fetching Project.mp4
  -  19.38 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/016 Fetching Data on component Mount with useEffect.mp4
  -  37.01 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/017 Using Async Await for Fetching Data in useEffect.mp4
  -  19.99 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/018 Fetching Search Results on Component Update with useEffect.mp4
  -  27.42 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/019 Fetching Data upon Submitting Form.mp4
  -  33.06 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/020 Using the useRef Hook on our Search Input.mp4
  -  36.01 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/021 Displaying Loading State with useState.mp4
  -  22.44 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/022 Error Handling and Displaying Errors with useState.mp4
  -  17.07 MB

  [003] Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/023 Styling our Project with TailwindCSS (Optional).mp4
  -  56.73 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/024 Project Setup for our CRUD App.mp4
  -  26.8 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/025 Avoiding Props Drilling with React Context and the useContext Hook.mp4
  -  43.89 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/026 Replacing Redux with the useReducer Hook.mp4
  -  30.27 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/027 Combining useContext and useReducer to Make Initial App State.mp4
  -  56.04 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/028 Styling our TodoList Component with TailwindCSS.mp4
  -  32.18 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/029 Toggling Todos TOGGLE_TODO case.mp4
  -  33.51 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/030 Removing Todos REMOVE_TODO case.mp4
  -  14.44 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/031 Adding Todos and TodoForm Component ADD_TODO case.mp4
  -  49.9 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/032 Updating Todos UPDATE_TODO case.mp4
  -  54.16 MB

  [004] Building a Complete CRUD App with React Hooks Replacing Redux/033 Improving our App.mp4
  -  27.92 MB

  [005] Connecting our App to an API/034 Creating Deploying our API to Persist App Data.mp4
  -  17.81 MB

  [005] Connecting our App to an API/035 Creating a Custom Hook to Fetch Initial App Data.mp4
  -  43.87 MB

  [005] Connecting our App to an API/036 Delete Request to Remove Todos.mp4
  -  15.11 MB

  [005] Connecting our App to an API/037 Performing Post Request to Add Todos.mp4
  -  23.9 MB

  [005] Connecting our App to an API/038 Performing Patch Request to Toggle Todos.mp4
  -  17.8 MB

  [005] Connecting our App to an API/039 Finishing our App.mp4
  -  13.98 MB

  code.zip
  -  547.42 KB

  Discuss.FreeTutorials.Us.html
  -  165.68 KB

  FreeCoursesOnline.Me.html
  -  108.3 KB

  FreeTutorials.Eu.html
  -  102.23 KB

  hooks.json
  -  3.94 KB

  How you can help Team-FTU.txt
  -  259 Bytes

  [TGx]Downloaded from torrentgalaxy.org.txt
  -  524 Bytes

  Torrent Downloaded From GloDls.buzz.txt
  -  84 Bytes



Torrent Description

Description:


Language: English
Torrent Contains: 47 Files, 5 Folders
Course Source: https://coursehunters.net/course/react-hooks

Description

Find out the future of building React applications today. React Hooks is a revolutionary feature in React that fundamentally changes the way React apps are created.

What do React Hooks change? Everything!

• No need for class components!
• No more this
• No more redux!
• No more life cycle methods!
• No more props drilling!

React Hooks eliminate the need for all these things! How? I will show!

This course will give you everything you need so you can learn and use the latest features of React Hooks effectively.

These features are a huge change in how we build React applications.

Do not delay learning what the hooks have to offer.

Start using the latest and best features in React right now with React Hooks!

What will we build in this course?

• Three (3) unique projects made with React Hooks
• Create a complete CRUD application from scratch using React Hooks and your own API
• Create a news application in which we can search and receive articles on programming topics such as React Hooks

What will we tell in this course?

• How to use and efficiently work with basic hooks (useState, useEffect, useReducer, useContext, useRef)
• Understand how all these hooks work and what they replace (according to the components of our class)
• See how to replace state management libraries, such as Redux, with a useReducer hook.
• Eliminate the need to transfer data using props with React Context and useContext Hook
• How to get data using async / await functions using the useEffect hook
• How to effectively manage state in functional components with the UseState Hook
• Working with React elements / manipulating them with useRef Hook
• Learn how to create custom custom hooks for your own purposes and individual applications.
• How to work with external / browser APIs using React Hooks
• Explore the TailwindCSS Framework to quickly customize your React applications.
• Use the Global Serverless Deployment Now tool to deploy our API and final project.
• And much more...

I will give you a detailed explanation so that you know exactly what is happening. And we will also do useful, enjoyable projects at each stage to consolidate what you have learned. Do not delay. Let's start creating the next generation React applications using React Hooks.