react-class-to-fc

Transform react class component to function component.

⭐ 特性

  • 将 react class 组件转化为 react 函数组件
    image

? 安装

npm i react-class-to-fc -g

? 使用

ctfc -i react-demo.js -o fc.js

就会将 react-demo.js 文件中的 class 组件转化成 function 组件,并生成 fc.js

? 贡献者指南

安装

npm i

建立连接

npm link

GitHub

https://github.com/yklydxtt/react-class-to-fc