New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mobx-form-lite

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-form-lite

mobx-form-lite <img src="http://img.shields.io

latest
npmnpm
Version
0.9.7
Version published
Maintainers
1
Created
Source

mobx-form-lite
Npm Version NPM downloads Tests

Lightweight form management for MobX

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.

Keywords

mobx

FAQs

Package last updated on 13 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts