Skip to content

Rewrite the library

Compare
Choose a tag to compare
@thebuilder thebuilder released this 29 Jul 11:37
· 33 commits to main since this release

Rewrite of our @charlietango/hooks package, to better reflect the current state of hooks.
The package was fairly complex to support generating individual packages for each tiny hook, making it difficult to maintain.

  • Only include useful hooks, that we use across packages
  • One package for all hooks (@charlietango/hooks)
  • Deprecate the standalone hooks
  • Only support React 18+
  • Run tests in browser with Vitest
  • Remove Storybook. We could set up an examples dir if needed