Tiny useLazyState hook. Similar to useState, but giving you control over the re-rendering process. Subscribe to state changes in leaf components and don't re-render the entire component tree.
- 
            Updated
            Sep 19, 2022 
- TypeScript
Tiny useLazyState hook. Similar to useState, but giving you control over the re-rendering process. Subscribe to state changes in leaf components and don't re-render the entire component tree.
Add a description, image, and links to the use-lazy-state topic page so that developers can more easily learn about it.
To associate your repository with the use-lazy-state topic, visit your repo's landing page and select "manage topics."