Prop Types Extra
prop-types-extra
React PropType Utilities
Utilities
react
proptypes
prop-types-extra
Utilities
javascript
npm
frontend
open source
ui
library
Stars
342
Weekly
1.1M
Open issues
4
Bundle
~25 kB
Installation
npm install prop-types-extraCode example
import { usePropTypesExtra } from "prop-types-extra";
export function Example() {
const value = usePropTypesExtra();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by Matthew L Smith
- 1.1M weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 4 open issues on GitHub