Skip to content

RafaelDavisH/react-hooks

 
 

Repository files navigation

Learn the ins and outs of React Hooks.

I will take you on a deep dive into React Hooks, and show you what you need to know to start using them in your applications right away.

Learn React from Start to Finish

Running the app

To get the app up and running (and really see if it worked), run:

npm start

This should start up your browser. If you're familiar, this is a standard react-scripts application.

You can also open the deployment of the app on Netlify.

Running the tests

npm test

This will start Jest in watch mode. Read the output and play around with it. The tests are there to help you reach the final version, however sometimes you can accomplish the task and the tests still fail if you implement things differently than I do in my solution, so don't look to them as a complete authority.

About

Learn React Hooks! 🎣 ⚛

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 94.8%
  • CSS 4.3%
  • Other 0.9%