react-with-daniel
v0.0.4
Published
grouping of all utilities I have found useful in my react journey
Downloads
2
Readme
Simple light-weight react hook library
List of hooks
useSequentialState :
manages state composed of members that happen in specific sequence;useSyncRef :
Access state values in callback and event listeners;useFirstTimeLoading :
Detect if it's the first time a component is renderingusePageTransition :
Add delays to page Transitions.
About
react-hook-library is a compilation of simple but very useful react hooks. This is library is in it's early stage and any help would extremely appreciated.