React JS Quiz
Home
Blog
Privacy Policy
Contact Us
React TypeScript Quiz
Why should any usually be avoided in React component props?
Report this question
It disables useful type checking for that value
Show Explanation
any opts out of type checking. More specific types make component APIs safer and easier to use.
It makes React unable to render JSX
It forces server rendering
It turns props into CSS
Next Question (16/20)