babel-plugin-transform-react-class-to-function
React class transformer
A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance.
A Babel 7 plugin which transforms React component classes into functions
24 stars
4 watching
5 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 1 awesome list
babelreact
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 |
bookshelf/processor-plugin | Allows developers to define custom functions that transform values on model attributes | 4 |
antonmihaylov/react-with-class | Utility methods to create reusable React components with customizable classes and props. | 9 |
jamiebuilds/babel-react-optimize | A set of Babel plugins and presets to optimize React code by removing unnecessary elements and prop types. | 1,672 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
infernojs/babel-plugin-inferno | Transforms JSX to InfernoJS vNodes | 79 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,257 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
xtuc/babel-plugin-transform-scala-lambda | A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style | 54 |
paldepind/functionize | A library that converts existing JavaScript libraries into functional ones by applying a set of transformations to their methods. | 49 |
ds300/react-native-typescript-transformer | A tool to seamlessly integrate TypeScript with React Native | 657 |
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 |
rehypejs/rehype-react | Converts HTML to JSX code for various JavaScript frameworks | 393 |