Git Product home page Git Product logo

react-hooks-course's Introduction

React Hooks Tutorial - Master React Hooks Development

Course Logo

The official code for the React Hooks Tutorial - Master React Hooks Development course on Udemy by David Katz.

Take the course here:

http://udemy.com/react-hooks-tutorial

React Hooks are the biggest update to React that the framework has ever seen. In short, they're a way for function components to "hook" into React functionality. With hooks, you may never write a class-based React compnent again! Master React Hooks the right way. Learn what they are, how they work under the hood, and why they're so revolutionary!

Here are the main course highlights:

  • Dive into react hooks right away, and waste no time getting writing code with hooks.
  • Updated for 2022-2023: Learn how to code with React JS and React Hooks from an engineer with 5+ years of industry experience.
  • Take a step back and see how React hooks work under the hood.
  • Create compelling React apps while building features based on hooks.
  • Reflect on why hooks were introduced and why they’re a better model for how the React engine really works.
  • Build more complex apps with more advanced hooks.

react-hooks-course's People

Contributors

15dkatz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

react-hooks-course's Issues

Failed to Compile - Tasks Component Pt 2

Here is the message I am receiving from localhost

./src/Tasks.js
Line 20: 'completedTask' is not defined no-undef
Line 21: 'completedTask' is not defined no-undef
Line 22: 'completedTask' is not defined no-undef

const completeTask = (completedTask = () => {
    setCompletedTasks([...completedTasks, completedTask])
    setTasks(tasks.filter(task => task.id !== completedTask.id))
  })

I have been programming this in VSCode with Prettier disabled, ESLint disabled, formatOnSave set to false and disabled all extensions. I'm not sure why, but my editor adds a parenthesis when I save if all my extensions are enabled. I am using Skillshare to code this alongside the videos, if you have received any feedback about this issue and have a quick fix I would be happy to hear from you! If not no worries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.