You get a bonus - 1 coin for daily activity.
Now you have 1 coin
What are the recommended ways of doing static type checking? in REACT
Practice
We usually use the PropTypes library (
React.PropTypes
moved to the
prop-types
package as of React v15.5) for type checking in React applications. For large codebases it is recommended to use static type checkers, such as Flow or TypeScript, which check types at compile time and provide autocompletion features.
Comments
To leave a comment
If you have any suggestion, idea, thanks or comment,
feel free to write. We really value feedback and are glad to hear your opinion.
Comments