Wrap-Up
The design and implementation of Strickland ends up being fractal, with extensibility and composability available at every turn. Because validator functions are so simple, Strickland is a great framework on which you can build the validator libraries you need for your applications. And since Strickland is pure JavaScript and not coupled to any other libraries or concepts, it can be used in any JavaScript application.
Using Strickland's built-in validators, and its extensibility and composability, you can build your application's validation library and provide rich validation experiences for your users.
- 1.
- 2.
- 3.
- 1.
- 2.Validation Context is provided to validators allowing application state to influence validation logic
- 3.
- 1.
- 2.
- 3.Validating Objects is accomplished by building objects that define how the props should be validated
- 4.
- 1.
- 2.
- 3.
- 1.
If you're interested in Strickland and have any feedback, please reach out in one of the following ways:
- 1.
- 2.
Last modified 2yr ago