Egghead - Reusable State and Effects with React Hooks
WEBRip | English | MP4 | 1280 x 720 | AVC ~1200 Kbps | 25 fps
AAC | 81.8 Kbps | 48.0 KHz | 2 channels | 00:57:08 | 368 MB
Genre: Video Tutorial
Previously, in order to add state or side-effects in React you had to create a Class Component. However, with the introduction of the Hooks proposal (currently pre-released), you can now add state and effects to a Function Component. In addition, you can extract your hook logic and create a custom hook that can be shared across your app.