1.词法分析将字符串转Token流
2.Token转AST
3.转换器遍历AST,生成新AST
4.生成器生成源码
npx create-react-app my-app
← 脚手架 ZBestPC项目React化→