# react-write **Repository Path**: linhexs/react-write ## Basic Information - **Project Name**: react-write - **Description**: 手写react - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-18 - **Last Updated**: 2021-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, JavaScript ## README # 从0实现一个React框架 ## 1、实现功能: 1.1 react渲染 1.2 react函数组件渲染 1.3 类组件渲染 1.4 批量更新 1.5 合成事件 ## 2、关于规范: 2.1 提交代码前会检查eslint规范 2.2 commit要遵从commit的规范 例如:git commit -m "feat: xxxx"