Skip to main content

Contact

Have a question, found a bug, or want to contribute? Here's where to go.


Bug Reports & Feature Requests

Open an issue on GitHub:

github.com/gokhangunduz/hookstorm/issues

To help diagnose bugs quickly, please include:

  • The hook name (e.g., useDebounce)
  • A minimal reproduction — a code snippet or sandbox link
  • Your React version (npm list react)
  • Your TypeScript version if relevant
  • Expected vs. actual behavior

Pull Requests

Contributions are welcome. Fork the repository, make your changes, and open a pull request:

github.com/gokhangunduz/hookstorm

When submitting a PR please:

  • Include a short description of what changed and why
  • Update or add TypeScript types if the hook signature changed
  • Add or update the corresponding documentation file in web/docs/hooks/

General Questions

For general questions or usage help, open an issue with the question label on GitHub. This keeps answers public and searchable for other users.


npm & Changelog

Package releases and version history are listed on the npm page:

npmjs.com/package/hookstorm

All notable changes are also documented in the repository's CHANGELOG (if available) and in commit history.


All feedback is appreciated — whether it's a bug, a missing hook, or a documentation improvement.