October 2019
Intermediate to advanced
426 pages
11h 49m
English
In order to get a better understanding of how Hooks work internally, we are going to reimplement the useState Hook from scratch. However, we are not going to implement it as an actual React Hook, but as a simple JavaScript function—just to get an idea of what Hooks are actually doing.
We are now going to start reimplementing the State Hook:
Read now
Unlock full access