tcomb icon indicating copy to clipboard operation
tcomb copied to clipboard

Who uses tcomb?

Open gcanti opened this issue 10 years ago • 6 comments

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

gcanti avatar Sep 17 '15 13:09 gcanti

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.PropTypes replacement (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!

giogonzo avatar Sep 22 '15 12:09 giogonzo

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.

rorykoehein avatar Oct 27 '15 14:10 rorykoehein

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

tmcw avatar Nov 19 '15 15:11 tmcw

@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

tuchk4 avatar Dec 01 '15 09:12 tuchk4

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.

erkiesken avatar Apr 11 '16 20:04 erkiesken

  • We’re using tcomb at Radity

  • logo-midnight@3x

  • https://radity.com

  • Radity develops digital products and build web and mobile applications (20 Team members)

Thanks for such an amazing work!

MirzayevFarid avatar Sep 01 '20 07:09 MirzayevFarid