This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

mobx-ui-statelets
TypeScript icon, indicating that this package has built-in type declarations

0.8.0-1 • Public • Published

⚠️ This package is still in 0.x.y stage, so do expect incomplete documentation and API changes.

mobx-ui-statelets is a set of MobX-decorated classes for managing commonly needed UI states. It currently has a large emphasis on form state entities, but the plan is to extend it to other common state entities too.

What's on offer?

Currently the package offers the following basic state classes:

  • Task stores progress state of any asynchronous task (think placing orders, logging in, fetching data).
  • Input stores form input values and a simple mechanics for querying choices, (think text inputs, dropdowns with autocompletes).
  • Validator stores asynchronous validation state that can be linked to one or several inputs.

Dependencies (0)

    Dev Dependencies (29)

    Package Sidebar

    Install

    npm i mobx-ui-statelets

    Weekly Downloads

    1

    Version

    0.8.0-1

    License

    MIT

    Unpacked Size

    691 kB

    Total Files

    149

    Last publish

    Collaborators

    • soul-codes