mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
1、Declare the defaultProps alone. And it is obeying AirBNB's styleguide. 2、Someone is confused about is it OK to put propTypes and defaultProps as static props inside React class. And we can explain about this question.