babel-plugin-react-hiccup
React syntax converter
Converts Hiccup syntax to JSX for React with Babel
Hiccup syntax instead of JSX for React with Babel
16 stars
2 watching
1 forks
Language: JavaScript
last commit: almost 2 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 |
infernojs/babel-plugin-inferno | Transforms JSX to InfernoJS vNodes | 79 |
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 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
vuejs/babel-plugin-transform-vue-jsx | Transpiles Vue 2.0 JSX to JavaScript | 1,847 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
skevy/babel-preset-react-native-stage-0 | A Babel preset for React Native that uses stage-0 features | 101 |
babel/babelify | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |
nosco/hx | A ClojureScript library for building React applications in idiomatic ClojureScript style. | 249 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
hustcc/babel-plugin-version | Replaces version number placeholders in JavaScript code with actual package version. | 5 |
rehypejs/rehype-react | Converts HTML to JSX code for various JavaScript frameworks | 397 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |