Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 868 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 868 Bytes

react-class-to-fc

npm downloads npm-version GitHub

⭐ 特性

  • 将 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

⚙️ 更新日志

CHANGELOG.md

✈️ 计划列表

TODO.md