react-class-to-fc
v1.0.0
Published
transform class component to function component
Downloads
4
Readme
react-class-to-fc
✨ 特性
- 将react class组件转化为react 函数组件
📦安装
npm i react-class-to-fc -g
🔨使用
ctfc -i react-demo.js -o fc.js
就会将 react-demo.js文件中的class组件转化成function组件,并生成fc.js