Skip to content

v0.8.0

Compare
Choose a tag to compare
@DoK6n DoK6n released this 29 Sep 07:07
· 5 commits to main since this release

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