Question: How might you check property types without using Flow or TypeScript?

  1. Check Manually.
  2. Use `prop-helper`.
  3. use `prop-types`.
  4. user `checker-types`.

Answer: The correct answer of the above question is Option C:use `prop-types`.