babel-react-optimize
React optimizer
A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types.
A Babel preset and plugins for optimizing React code.
2k stars
14 watching
29 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vihanb/babel-plugin-loop-optimizer | An optimization plugin for Babel that replaces certain array methods with for loops | 74 |
vzhou842/faster.js | A Babel plugin that optimizes idiomatic JavaScript code by rewriting common Array method calls for performance improvements. | 436 |
hustcc/babel-plugin-optimize-i18n | Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
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 |
oliviertassinari/babel-plugin-transform-react-remove-prop-types | Removes unnecessary React propTypes from production builds to reduce file size. | 897 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
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 |
rehypejs/rehype-minify | Utility for optimizing HTML documents by removing unnecessary characters and attributes | 90 |
vitejs/vite-plugin-react-swc | Speeds up Vite's development server by leveraging SWC for JSX compilation and optimization | 860 |
vite-plugin/vite-plugin-optimizer | Manually pre-bundling plugin for Vite that allows developers to optimize and customize the bundling process of their applications. | 36 |
jonkemp/gulp-useref | Replaces non-optimized script and stylesheet references in HTML files with optimized versions | 705 |
apentle/react-native-babel-jest | A testing configuration utility for React Native applications using Jest | 19 |
jycouet/kitql | A collection of standalone tools to speedrun web applications built with GraphQL and Svelte | 407 |
skevy/babel-preset-react-native-stage-0 | A Babel preset for React Native that uses stage-0 features | 101 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |