1.0.7 • Published 5 months ago
infinitystore v1.0.7
InfinityStore Hook
InfinityStore
is a powerful hook that allows you to manage multiple states in a single React hook for managing a state storage without limits
Documentación disponible en:
Current version
Author
Fidel Remedios Rosado @fiderosado
Frequently Asked Questions (FAQ)
Is it supported in React 18.x?
Yes, useMultipleState
is supported in React 18.x and above.
Can it be used with TypeScript?
Of course. Typing can be added to the initial object to improve the development experience.
Contributions
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit the commits (
git commit -m 'Add new feature'
). - Submit a Pull Request.