# react **Repository Path**: d-study/react ## Basic Information - **Project Name**: react - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-11 - **Last Updated**: 2021-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该工程是用来学习 React 源码的工程 ## 创建工程的时候注意 - 使用 cra 创建工程的时候需要注意使用 `react-scripts^3.4.4` 版本,使用最新的 react-scripts 会主动的设置默认的 jsx 解析器为 react/jsx-runtime。导致无法自己定义 React.createElement。