17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FTUForum.com] [UDEMY] React Hooks [FTU]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Created by : Reed Barger Last updated : 11/2018 Language : English Torrent Contains : 45 Files, 5 Folders Course Source : https://www.udemy.com/react-hooks/
What you'll learn
• Understand how React Hooks work in-depth • Build impressive, real-world applications with React Hooks • Use React Hooks in place of previous libraries and patterns (i.e. Redux, Higher Order Components, etc.)
Requirements
• Basic familiarity with the React library • Familiarity with ES6 JavaScript
Description
What are React Hooks??
React Hooks are a groundbreaking feature in React that fundamentally change the way we create React applications.
What do React Hooks change? Everything!
• No need for class components! • No more this keyword! • No more Redux! • No more lifecycle methods! • No more props drilling!
React Hooks remove the need for all of these things! How? I'll show you!
This course will give you everything you need to learn and be effective with the latest features of React Hooks .
These features are a huge change in how we make React apps.
Don't delay in learning what hooks have to offer.
Don't get left behind.
Start using the latest and greatest features in React right now with React Hooks!
What will we build in this course?
• Three (3) unique projects made with React Hooks • Create an entire CRUD application from scratch with React Hooks as well as its own API • Build a news application where we can search for and fetch articles on programming topics like React Hooks
What will we cover in this course?
• How to use and be effective with the major hooks (useState, useEffect, useReducer, useContext, useRef) • Understand in-depth how each of these hooks work and what they replace (according to our class components) • See how to replace state management libraries like Redux with the useReducer Hook • Remove the need to pass data around using props with React Context and the useContext Hook • How to fetch data with async / await functions with the useEffect hook • How to effectively manage state in function components with the useState Hook • Working with / manipulating React elements using the useRef Hook • See how to create your own custom hooks for your own purposes and individual applications • How to work with external / browser APIs using React Hooks • Learn the TailwindCSS Framework to rapidly style your React apps • Use the Global Serverless Deployment tool Now to deploy our API and final project • And much more...
No matter where you are in your React abilities, in a few hours, I'll take you from knowing nothing about React Hooks to being able to build complete, practical web apps with them.
I'll give you detailed explanations so you know exactly what's going on. And we'll also be making useful, enjoyable projects every step of the way to reinforce what you've learned.
Don't delay. Let's get started making next-generation React apps with React Hooks .
Who this course is for :
• React / web developers interested in learning cutting-edge React features • Ambitious students looking to improve their React skills with the latest techniques.
For More Udemy Free Courses >>> https://ftuforum.com/ For more Lynda and other Courses >>> https://www.freecoursesonline.me/ Our Forum for discussion >>> https://discuss.ftuforum.com/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Moving from Classes to Function Components (useState, useEffect)/1 - What You Will Need for this Course.mp4
10.8 MB
1. Moving from Classes to Function Components (useState, useEffect)/10 - Cleaning up Listeners without a Supportive API.mp4
56.2 MB
1. Moving from Classes to Function Components (useState, useEffect)/11 - Comparing Function Component and Class Components.mp4
49.4 MB
1. Moving from Classes to Function Components (useState, useEffect)/2 - Install React . to Use React Hooks.mp4
25.8 MB
1. Moving from Classes to Function Components (useState, useEffect)/3 - What are React Hooks.mp4
8.1 MB
1. Moving from Classes to Function Components (useState, useEffect)/4 - Introducing the useState Hook.mp4
32.8 MB
1. Moving from Classes to Function Components (useState, useEffect)/5 - Use Previous State with useState.mp4
11 MB
1. Moving from Classes to Function Components (useState, useEffect)/6 - Toggle State with useState.mp4
34.3 MB
1. Moving from Classes to Function Components (useState, useEffect)/7 - Introducing the useEffect Hook.mp4
25.9 MB
1. Moving from Classes to Function Components (useState, useEffect)/8 - Cleaning up Side Effects in useEffect.mp4
51.5 MB
1. Moving from Classes to Function Components (useState, useEffect)/9 - Using - Cleaning up Multiple Listeners in useEffect.mp4
34 MB
2. Building Stateful Components with Functions/12 - Implementing a Login Form with Multiple State Values.mp4
53.6 MB
2. Building Stateful Components with Functions/13 - Implementing a Register Form with a Single State Value.mp4
50.6 MB
2. Building Stateful Components with Functions/14 - Comparing Ways of Managing State.mp4
41.9 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/15 - Intro to Data Fetching Project.mp4
19.4 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/16 - Fetching Data on component Mount with useEffect.mp4
37 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/17 - Using Async - Await for Fetching Data in useEffect.mp4
20 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/18 - Fetching Search Results on Component Update with useEffect.mp4
27.4 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/19 - Fetching Data upon Submitting Form.mp4
33.1 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/20 - Using the useRef Hook on our Search Input.mp4
36 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/21 - Displaying Loading State with useState.mp4
22.4 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/22 - Error Handling and Displaying Errors with useState.mp4
17.1 MB
3. Data Fetching with Hooks Replacing Class Lifecycle Methods (useEffect, useRef)/23 - Styling our Project with TailwindCSS (Optional).mp4
56.7 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/24 - Project Setup for our CRUD App.mp4
26.8 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/25 - Avoiding Props Drilling with React Context and the useContext Hook.mp4
43.9 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/26 - Replacing Redux with the useReducer Hook.mp4
30.3 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/27 - Combining useContext and useReducer to Make Initial App State.mp4
56 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/28 - Styling our TodoList Component with TailwindCSS.mp4
32.2 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/29 - Toggling Todos TOGGLE_TODO case.mp4
33.5 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/30 - Removing Todos - REMOVE_TODO case.mp4
14.4 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/31 - Adding Todos and TodoForm Component - ADD_TODO case.mp4
49.9 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/32 - Updating Todos - UPDATE_TODO case.mp4
54.2 MB
4. Building a Complete CRUD App with React Hooks Replacing Redux/33 - Improving our App.mp4
27.9 MB
5. Connecting our App to an API/34 - Creating - Deploying our API to Persist App Data.mp4
17.8 MB
5. Connecting our App to an API/35 - Creating a Custom Hook to Fetch Initial App Data.mp4
43.9 MB
5. Connecting our App to an API/36 - Delete Request to Remove Todos.mp4
15.1 MB
5. Connecting our App to an API/37 - Performing Post Request to Add Todos.mp4
23.9 MB
5. Connecting our App to an API/38 - Performing Patch Request to Toggle Todos.mp4
19.9 MB
5. Connecting our App to an API/39 - Finishing our App.mp4