# LReact **Repository Path**: keepess/lreact ## Basic Information - **Project Name**: LReact - **Description**: 实现 react 核心方法 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LReact 项目迁移至 GitHub:https://github.com/Hero601/mini-react #### 介绍 实现 react 核心方法 #### 使用说明 1. npm i 2. npm run babel 3. 打开 index.html #### 版本介绍 - v1.0.0:借助 babel 实现 jsx 转 dom 需要优化:由于 render 方法递归创建 dom 会阻塞主线程渲染页面 ( 这也是 react 16 版本重构的原因 ) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request