babel-plugin-react-require
JSX parser
A Babel plugin that adds React import declaration to files containing JSX tags
Babel plugin that adds React import declaration if file contains JSX tags
159 stars
2 watching
15 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
babelbabel-pluginreact
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
callwait/babel-plugin-react-hiccup | Converts Hiccup syntax to JSX for React with Babel | 16 |
infernojs/babel-plugin-inferno | Transforms JSX to InfernoJS vNodes | 79 |
vuejs/babel-plugin-transform-vue-jsx | Transpiles Vue 2.0 JSX to JavaScript | 1,849 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 68 |
letranloc/draft-js-katex-plugin | Enables LaTeX rendering in a rich text editor using the DraftJS framework | 32 |
storybookjs/babel-plugin-react-docgen | A Babel plugin that extracts documentation information from React classes and components. | 162 |
babel/babelify | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
eschaefer/babel-plugin-framer-x | A Babel plugin to remove Framer X code from React components. | 15 |
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 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
foxbenjaminfox/babel-plugin-overload | An experimental plugin for overloading operators in JavaScript | 46 |