Yoctol / react-d3-cloud

A word cloud react component built with d3-cloud.
https://yoctol.github.io/react-d3-cloud
MIT License
142 stars 47 forks source link

where to put propTypes ? #4

Closed stegben closed 8 years ago

stegben commented 8 years ago

Now the propTypes are set outside, however some might prefer assign a static property inside. What's the difference?

chentsulin commented 8 years ago

Actually, not much difference between those two styles.

stegben commented 8 years ago

Thanks, let's make it the original way.