Strickland
Search
⌃K
Readme
Introduction
Validators
Validation
Validation Results
Extensibility
Built-In Validators
Composition
Async Validation
Form Validation
Inspiration
Design Goals
Wrap-Up
Change Log
NPM
GitHub
Powered By
GitBook
Introduction
There are three core concepts you need to know with Strickland:
1.
Validators
are implementations of your validation rules
2.
Validation
is the act of executing a validator against a value
3.
Validation Results
are the output of validation for the given validator and value
Previous
Readme
Next
Validators
Last modified
2yr ago