babel-plugin-inferno
JSX transformer
Transforms JSX to InfernoJS vNodes
Transforms JSX to InfernoJS vNodes
79 stars
14 watching
26 forks
Language: JavaScript
last commit: 4 months ago infernojsx
Related projects:
Repository | Description | Stars |
---|---|---|
infernojs/swc-plugin-inferno | Transforms JSX code to Inferno compatible virtual DOM | 4 |
infernojs/ts-plugin-inferno | A Typescript transformer that compiles TSX syntax to Inferno API directly | 3 |
vuejs/babel-plugin-transform-vue-jsx | Transpiles Vue 2.0 JSX to JavaScript | 1,847 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
callwait/babel-plugin-react-hiccup | Converts Hiccup syntax to JSX for React with Babel | 16 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
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 |
babel/babelify | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
rehypejs/rehype-react | Converts HTML to JSX code for various JavaScript frameworks | 397 |
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 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,304 |
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 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
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 |