mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
* Enable prefer-const rule Stylistically I don't like this but Closure Compiler takes advantage of this information. * Auto-fix lints * Manually fix the remaining callsites |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| npm | ||
| src | ||
| index.js | ||
| package.json | ||
| README.md | ||
This package is intended to eventually replace the current @babel/plugin-transform-react-jsx, changing the JSX transform from targeting React.createElement(type, props, children) to React.jsx(types, props, key).
https://github.com/reactjs/rfcs/blob/createlement-rfc/text/0000-create-element-changes.md
This is experimental and not intended to be used directly.