Releases: DoK6n/relife-hooks
Releases · DoK6n/relife-hooks
v0.8.2
v0.8.1
v0.8.0
0.8.0
-
Lifecycle hooks to only trigger once in StrictMode and not Development environment
-
useMountBeforePaint : Effect that runs before browser paints screen
-
useUpdateBeforePaint : Effect that runs before the browser updates the screen before painting
-
useUnmountBeforePaint : Effect that runs when the component unmounts before browser paints screen
-
useMount : Effect that runs when the component mounts
-
useUnmount : Effect that runs when the component unmounts
-
useUpdate : Effect that runs when the component updates
-
useMonitoringState : Effect that logs the previous and new values of the state variable
-
utils : hasDeps, env
What's Changed
- feat: setup eslint, tsup, example, and prevent double strict mode call by @DoK6n in #1
- chore: add files property on package.json by @DoK6n in #2
- chore: rename package by @DoK6n in #3
Full Changelog: v0.0.0...v0.8.0