119 skills found · Page 1 of 4
styleguidist / React Docgen TypescriptA simple parser for react properties defined in typescript instead of propTypes.
oliviertassinari / Babel Plugin Transform React Remove Prop TypesRemove unnecessary React propTypes from the production build. :balloon:
ljharb / Prop Types ToolsCustom React PropType validators
HurricaneJames / React Immutable ProptypesPropType validators that work with Immutable.js.
typicode / React Fake Props🔮 Magically generate fake props for your React tests
dwightjack / Vue TypesVue3 Prop Types definitions
brigand / Babel Plugin Flow React ProptypesA babel plugin to generate React PropTypes definitions from Flow type declarations.
milesj / Babel Plugin Typescript To ProptypesGenerate React PropTypes from TypeScript interfaces or type aliases.
mlaursen / Vim React SnippetsUseful snippets for developing in React (Javascript and Typescript)
KnisterPeter / React To Typescript DefinitionsCreate typescript definitions files (d.ts) from react components
ljharb / Prop Types ExactFor use with React PropTypes. Will error on any prop not explicitly specified.
atlassian / Babel Plugin React Flow Props To Prop TypesConvert Flow React props annotation to PropTypes
storybook-eol / Addon Smart Knobs🧠 This Storybook plugin uses @storybook/addon-knobs but creates the knobs automatically based on PropTypes.
gcanti / Tcomb ReactAlternative syntax for PropTypes
kentcdodds / Api CheckVanillaJS version of ReactJS propTypes
gcanti / Prop Types TsAlternative syntax for prop types providing both static and runtime type safety, powered by io-ts
billyvg / Codemod Proptypes To FlowRemoves React.PropTypes and attempts to transform to flowtypes
storybookjs / Babel Plugin React Docgen📝 Babel plugin to add react-docgen info into your code.
mskelton / RatchetCodemod to convert React PropTypes to TypeScript types.
leafo / TableshapeTest the shape or structure of a Lua table, inspired by React.PropTypes & LPeg