bcx-validation
Yet another validation tool to validate complex model, but simple and flexible to use.
Different from the others, our view is naive
Validation is a function that takes
model
(not just key-val pairs) andrule
as input, produces a structurederrors
(we will see shortly why we use plural) object as output. No more and no less.
We don’t provider features that you commonly see in the alternatives.
- No view template integrations.
- No front-end framework integrations.
- No mutation observation or monitoring.
Why? Because it’s simpler and more flexible without them.
License
bcx-validation
is licensed under the MIT license.