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: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
| Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
| A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
| Enables direct syntax support for conditional and iterative statements in React components | 28 |
| A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
| Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
| A Babel plugin to remove Framer X code from React components. | 15 |
| A Babel plugin that extracts documentation information from React classes and components. | 162 |
| Converts Hiccup syntax to JSX for React with Babel | 16 |
| Removes unnecessary React propTypes from production builds to reduce file size. | 896 |
| A Babel plugin that allows importing modules with root-based paths | 1,176 |
| A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size. | 38 |
| 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 |
| Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
| A Babel preset for React Native that uses stage-0 features | 101 |