0.9.7 • Published 4 months ago

mobx-form-lite v0.9.7

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Features:

  • ✅ If you know MobX, you already know mobx-form-lite. The library is just a set of stores such as TextField, BooleanField, and helper functions like isFormTouched, isFormValid that operate on those stores.
  • 🛠️ Type-safe, including nested forms. No JSON-based configuration.
  • 🪶 Lightweight (~1 kb gzipped) since MobX does all the heavy lifting.
  • 🚀 Performant. It avoids unnecessary re-renders, thanks to MobX.
  • 🔄 Flexible. Supports all the possible ways of defining MobX store, such as makeAutoObservable, useLocalObservable, or decorators.

Installation

npm i mobx-form-lite

Documentation

To check out docs, visit https://kubk.github.io/mobx-form-lite/

State

The package is close to a major release. If the documentation doesn't answer your questions, please check the unit tests or create an issue.

0.9.7

4 months ago

0.9.65

4 months ago

0.9.63

10 months ago

0.9.64

10 months ago

0.9.61

1 year ago

0.9.62

1 year ago

0.9.5

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.8.1

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago