babel-plugin-flow-react-proptypes
PropTypes generator
A plugin to automatically generate React PropTypes definitions from Flow type declarations.
A babel plugin to generate React PropTypes definitions from Flow type declarations.
432 stars
2 watching
49 forks
Language: JavaScript
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
oliviertassinari/babel-plugin-transform-react-remove-prop-types | Removes unnecessary React propTypes from production builds to reduce file size. | 897 |
guymers/babel-plugin-flow-relay-query | Converts Flow types into GraphQL fragments for Relay | 38 |
loganfsmyth/babel-plugin-transform-builtin-extend | Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
floedelmann/vue-ts-types | Prop type definitions for Vue.js applications with TypeScript support | 8 |
keuby/vite-plugin-lib-types | Generates TypeScript declarations during library builds for compatibility with other languages and frameworks. | 6 |
storybookjs/babel-plugin-react-docgen | A Babel plugin that extracts documentation information from React classes and components. | 162 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
brunobertolini/styled-by | A utility library to simplify styled props in React and React Native components | 134 |
simenandre/generate-runtypes | A code generator for Runtypes types to create boilerplate TypeScript definitions | 17 |
remcohaszing/babel-plugin-transform-react-class-to-function | A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
bcheidemann/entype | Generates type definitions for serialized data formats like JSON | 3 |
vitalets/babel-plugin-runtyper | An add-on to JavaScript code analysis that detects and prevents type-coercion bugs during runtime. | 116 |