# build-your-react
**Repository Path**: liu-zhengfeng-yyy/build-your-react
## Basic Information
- **Project Name**: build-your-react
- **Description**: build-your-react
- **Primary Language**: TypeScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-01-06
- **Last Updated**: 2024-01-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: React, TypeScript, rollup
## README
# build-your-react
> follow the article to build a React
>
> [https://pomb.us/build-your-own-react/](https://pomb.us/build-your-own-react/)
>
## All Steps
- [x] Step I: The createElement Function
- [x] Step II: The render Function
- [x] Step III: Concurrent Mode
- [x] Step IV: Fibers
- [x] Step V: Render and Commit Phases
- [x] Step VI: Reconciliation
- [x] Step VII: Function Components
- [x] Step VIII: Hooks