gcanti / tcomb

Type checking and DDD for JavaScript
MIT License
1.89k stars 120 forks source link

Who uses tcomb? #147

Open gcanti opened 9 years ago

gcanti commented 9 years ago

If your company is using tcomb in production, please let us know who are you and how it's used

giogonzo commented 8 years ago

We've been using tcomb extensively at buildo and some of the projects where it is used are now in production. We've used it:

It's been a great improvement for our development workflow up to now, thanks for the hard work you put into this!

rorykoehein commented 8 years ago

We are using tcomb and tcomb-form for all our form-schemas, forms and validation at EclecticIQ. Notably for huge and highly dynamic forms which are used to create STIX data. We have used it intensely for about 6 months, and it has been a great tool.

tmcw commented 8 years ago

Mapbox use tcomb to enforce types in Flux actions in Mapbox Studio.

tuchk4 commented 8 years ago

@gcanti tcomb is using at valnetjs. Very useful for serializers/unserializers with type checking form the box.

erkiesken commented 8 years ago

We use tcomb for all React propType validation for hundreds of components of Deekit online whiteboard app. Additionally we use tcomb types (and tcomb-validation) for data validation in Reflux action handlers.

Newest usage is tcomb-doc with devboards to show what component propTypes look like when specifying, developing and testing new components.

MirzayevFarid commented 4 years ago

Thanks for such an amazing work!