tcomb
tcomb copied to clipboard
Who uses tcomb?
If your company is using tcomb in production, please let us know who are you and how it's used
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:
- as a
React.PropTypesreplacement (more sane defaults, more powerful), through tcomb-react - as a way to apply dynamic type checking at many levels (see e.g. revenge/avenger)
- as a "target" for generating js domain models and typed API methods from a scala/Spray server (metarpheus)
- tcomb-form to generate react forms
- something else I'm probably forgetting now..
It's been a great improvement for our development workflow up to now, thanks for the hard work you put into this!
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.
Mapbox use tcomb to enforce types in Flux actions in Mapbox Studio.
@gcanti tcomb is using at valnetjs. Very useful for serializers/unserializers with type checking form the box.
- https://github.com/frankland/valentjs#defined-structures
- https://github.com/frankland/valentjs#url-serializer
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.
-
We’re using tcomb at Radity
-

-
https://radity.com
-
Radity develops digital products and build web and mobile applications (20 Team members)
Thanks for such an amazing work!