Skip to content

The addition of the hooks API to React was quite a major change. Before hooks most components had to be class based. Now, with hooks, these are often much simpler functional components. Hooks can be really simple to use. Almost deceptively simple. Because there are still plenty of ways you can mess up with hooks. And it often turns out there are…

License

Notifications You must be signed in to change notification settings

bonnie/react-hooks-tips-only-the-pros-know

 
 

Repository files navigation

react-hooks-tips-only-the-pros-know

About

The addition of the hooks API to React was quite a major change. Before hooks most components had to be class based. Now, with hooks, these are often much simpler functional components. Hooks can be really simple to use. Almost deceptively simple. Because there are still plenty of ways you can mess up with hooks. And it often turns out there are…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.2%
  • CSS 16.5%
  • JavaScript 13.5%
  • HTML 1.8%