babel-plugin-react-import-extends
React shortcut
A Babel plugin to simplify React component development by automatically extending the React class and importing React within components.
Babel plugin to get rid of extends Component & import React
10 stars
3 watching
1 forks
Language: JavaScript
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
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 |
evolify/babel-plugin-react-directive | Enables direct syntax support for conditional and iterative statements in React components | 28 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
loganfsmyth/babel-plugin-transform-builtin-extend | Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
eschaefer/babel-plugin-framer-x | A Babel plugin to remove Framer X code from React components. | 15 |
storybookjs/babel-plugin-react-docgen | A Babel plugin that extracts documentation information from React classes and components. | 162 |
callwait/babel-plugin-react-hiccup | Converts Hiccup syntax to JSX for React with Babel | 16 |
oliviertassinari/babel-plugin-transform-react-remove-prop-types | Removes unnecessary React propTypes from production builds to reduce file size. | 896 |
entwicklerstube/babel-plugin-root-import | A Babel plugin that allows importing modules with root-based paths | 1,176 |
sectorlabs/babel-plugin-transform-named-imports | A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size. | 38 |
arnaudbarre/vite-plugin-react-click-to-component | A plugin that allows developers to open the source code of React components in their editor by right-clicking and selecting 'Open in Editor' | 44 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
skevy/babel-preset-react-native-stage-0 | A Babel preset for React Native that uses stage-0 features | 101 |