@cerebral/forms
Advanced tools
Comparing version 3.2.0 to 3.2.1-1522406089848
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65778
2