Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 232 Bytes

readme.md

File metadata and controls

3 lines (2 loc) · 232 Bytes

This is just a dummy experiment to showcase how react hooks can be implemented simply by using the scope chain.

The code also illustrates why hooks must be declared unconditionally, since they are retrieved by index of call order.