Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: Add a react hook for storing instance variables
An instance variable stores the value directly and doesn't cause re-renders if it is changed. Variables returned from this hooks are comparable to instance variables for class components.
- Loading branch information