JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q23655F
  • License MIT

A React hook for managing a state storage without limits

Package Exports

  • infinitystore
  • infinitystore/dist/index.esm.js
  • infinitystore/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (infinitystore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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

npm version license downloads

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:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes and commit the commits (git commit -m 'Add new feature').
  4. Submit a Pull Request.