Rewrite the library
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