babel-plugin-transform-react-remove-prop-types
PropTypes remover
Removes unnecessary React propTypes from production builds to reduce file size.
Remove unnecessary React propTypes from the production build.
897 stars
15 watching
61 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
babelbabel-pluginminificationproptypesreact
Related projects:
Repository | Description | Stars |
---|---|---|
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
brigand/babel-plugin-flow-react-proptypes | A plugin to automatically generate React PropTypes definitions from Flow type declarations. | 432 |
eschaefer/babel-plugin-framer-x | A Babel plugin to remove Framer X code from React components. | 15 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
vijaysutrave/babel-plugin-react-import-extends | A Babel plugin to simplify React component development by automatically extending the React class and importing React within components. | 10 |
megawac/babel-plugin-ramda | Removes unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size. | 311 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
callwait/babel-plugin-react-hiccup | Converts Hiccup syntax to JSX for React with Babel | 16 |
loganfsmyth/babel-plugin-transform-builtin-extend | Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
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 |
brunobertolini/styled-by | A utility library to simplify styled props in React and React Native components | 134 |
storybookjs/babel-plugin-react-docgen | A Babel plugin that extracts documentation information from React classes and components. | 162 |
floedelmann/vue-ts-types | Prop type definitions for Vue.js applications with TypeScript support | 8 |
hustcc/babel-plugin-version | Replaces version number placeholders in JavaScript code with actual package version. | 5 |