React Hooks in 5 Minutes!

added by JavaScript Kicks
1/16/2019 9:22:50 AM

1211 Views

A direct API to methods we access on Component class instances. This means we don't need classes to create stateful components 🎉 A big sell for hooks is how we can extract, share and test that stateful logic. You may be familiar with Higher Order Components and props.


0 comments