studiointeract / tracker-component

Easy reactive React Components with Meteor and Tracker
MIT License
37 stars 4 forks source link

Add a disable function, like react-komposer #12

Open zeroasterisk opened 8 years ago

zeroasterisk commented 8 years ago

Justification: easy container testing outside of Meteor https://github.com/kadirahq/react-storybook/blob/master/docs/configure_storybook.md#configure-modules-for-testing

timbrandin commented 8 years ago

Alright this should be simple to add, is the use-case mainly for React Storybook?

zeroasterisk commented 8 years ago

Yeah - that's the only thing I can think of... but since Storybook publishes to github pages, I've been using it more and more for all non-meteor react stuff.

Low priority... but as you said, should be super easy.