• Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search

Krafty Internet Marketing Forum Internet Marketing Tips, Tricks, Courses & Bots! Internet Marketing Special Downloads! TylerMcGinnis React Hooks

 
  • 0 Vote(s) - 0 Average
TylerMcGinnis React Hooks
aretr
Offline

Posting Freak

Member
Posts: 12,300
Threads: 12,300
Joined: Mar 2019
Reputation: 5
#1
10-13-2019, 05:30 AM
[Image: 0c6ec1a90daf437eaa8b0a4176dd7d9a.jpg]

TylerMcGinnis - React Hooks
English | Size: 519.11 MB
Category: Tutorial
TylerMcGinnis - React Hooks
The marketing pitch for Hooks is that they allow you to add state and other React features to function components. In reality, they're much more than that. In this course you'll start by learning the mental model behind Hooks. Once you've got that you'll learn each Hook individually followed by a practical, real-world problem set to work through. To finish it off, because we all can't start with brand new apps, you'll learn to take an existing React app and refactor it to use Hooks.

Pre-Requisites
Professional experience with React or our 'React' course.

What you'll learn
Why React Hooks?
React was the most popular and most loved front-end framework when Hooks were released. Despite this, the React team still saw it necessary to spend valuable resources building Hooks. By looking at React from a historical context, you'll learn why and for what benefits Hooks were released.

Thinking in Hooks
Hooks come with a different mental model than class based components. It's not enough to just memorize the various Hook APIs, you need to learn to think in Hooks.

useState
The useState Hook allows you to add state to function components. You'll learn its API as well as how to use it in a variety of scenarios you'd see building a real-world application.

Closures
Closures? Isn't that a javascript thing? It sure is and Hooks rely heavily on them. You'll learn all about javascript's execution context and when closures are created which will make learning Hooks much easier.

useEffect
The useEffect Hooks lets you add side effects to your function components. You'll learn not only what a 'side effect' is but also a variety of (sometimes tricky) real-world use cases for handling them.

Rules of Hooks
Hooks come with some rules you need to follow. You'll learn these rules as well as some best practices when building them.

Custom Hooks
Historically, in order to share non-visual logic, you had to rely on confusing patterns like Higher-order components or Render-props. You'll learn how you can accomplish the same thing (but much easier) by building your own custom Hooks.

useReducer
Reduce is a functional programming pattern that takes a collection as input and returns a single value as output. You'll learn how you can use this pattern for creating better, more predictable UIs using the useReducer Hook.

useRef
Sometimes you need a value that will persist across renders but won't trigger a re-render. You'll learn how to create that using the useState Hook then you'll learn a less hacky way with the useRef Hook.

useContext
Context lets you pass data to any part of your component tree without passing it down through individual components. You'll learn about the useContext Hook which is a more composable way to grab values off of context.

React.memo
React.memo is a Higher-order component that lets you skip re-rendering a component if its props haven't changed. You'll learn when (and when NOT) to use it.

useCallback
useCallback gives you referential equality between renders for functions. What does that mean? You'll find out.

useMemo
useMemo gives you referential equality between renders for values. What does that mean? You'll find out.

Refactor existing React apps
Sadly, most of us aren't starting with a brand new React codebase. You'll learn how to take an existing React app built before Hooks and refactor it to use Hooks.

This course was updated on July 24th 2019
DOWNLOAD

Code:
http://nitroflare.com/view/B6032633654223B/jhduu.TylerMcGinnis..React.Hooks.rar

Code:
https://rapidgator.net/file/a564846d16db6c6cfaadd7e97e36a7fb/jhduu.TylerMcGinnis..React.Hooks.rar
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Rob Lennon - Hooked on Writing Hooks smack 0 859 10-03-2023, 12:12 PM
Last Post: smack
  Justin Goff - 13 Most Profitable Email Hooks Of All Time smack 0 535 09-12-2023, 11:48 AM
Last Post: smack
  Ship30For30 - Headlines & Hooks Masterclass with ChatGPT smack 0 697 05-31-2023, 05:18 PM
Last Post: smack
  Creator Hooks - YouTube Title Mastery smack 0 1,010 03-30-2023, 10:28 PM
Last Post: smack
  The Complete React & Golang Course marketingprofits 0 663 02-17-2022, 01:34 AM
Last Post: marketingprofits
  React Front To Back (2022) smack 0 675 12-16-2021, 12:55 AM
Last Post: smack
  Fullstack Advanced React & GraphQL 2021 smack 0 639 12-16-2021, 12:51 AM
Last Post: smack
  React Catch - UP 2020 smack 0 768 08-01-2020, 01:21 AM
Last Post: smack
  Learn to think in React 2020 smack 0 714 08-01-2020, 01:19 AM
Last Post: smack
  Advanced React Security Patterns 2020 smack 0 779 08-01-2020, 01:16 AM
Last Post: smack

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode