0 votes
in ReactJS by
What is the use of ‘prop-types’ library?

1 Answer

0 votes
by

‘Prop-types’ library allows you to perform runtime type checking for props and similar object in a recent application.

...