Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cerebral/forms

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/forms - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1-1522406089848

4

package.json
{
"name": "@cerebral/forms",
"version": "3.2.0",
"version": "3.2.1-1522406089848",
"description": "A computed form",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"dependencies": {
"cerebral": "^4.2.0"
"cerebral": "^4.2.1-1522406089848"
},

@@ -32,0 +32,0 @@ "nyc": {

@@ -9,3 +9,3 @@ # @cerebral/forms

## Description
The forms provider allows you to easily compute forms based on a number of rules. Easily add new rules, error messages and, if you want, add whatever you want to your fields for custom logic.
Forms are one of the most complex state management challenges out there. Before Cerebral was created I spent a lot of time developing [formsy-react](https://github.com/formsy/formsy-react), which is a library that tries to solve forms with internal state. With the release of Cerebral we got a chance to explore the space of solving forms complexity with external state instead. To this day I have a hard time recommending a solution and you should **not** see this addon as "the official way of managing forms with Cerebral". There is nothing wrong thinking of a form as a very complex input where you only pass data into Cerebral on the submit of the form.

@@ -12,0 +12,0 @@ ## Instantiate

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc