[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.javascript

A brand new validation library for JavaScript (React, Backbone integration

gcanti

8/29/2014 7:13:00 AM

Hello,

this is my new project on GitHub

https://github.com/gcanti/tcomb-...

You can play with the playground online here:

https://gcanti.github.io/resources/tcomb-validation/playground/playg...

Interesting features:

- easy integration with React (propTypes) and Backbone (validate implementation)
- concise yet expressive syntax
- validates native types, subtypes, objects, lists and tuples, enums, unions
- validates structures with arbitrary level of nesting
- detailed informations on failed validations
- lightweight alternative to JSON Schema (4K gzipped bundled with tcomb)
- output messages are fully customizable
- reuse your domain model written with tcomb

Giulio
1 Answer

Aaron Gray

2/3/2015 10:27:00 PM

0

On Friday, 29 August 2014 08:13:06 UTC+1, gcanti wrote:
> Hello,
>
> this is my new project on GitHub
>
> https://github.com/gcanti/tcomb-...

Interesting might come to use this at some point. Have it bookmarked :)

Thanks,

Aaron