Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunnshare/react-source-code
React源码实现:jsx
https://github.com/sunnshare/react-source-code
jsx monorepo react
Last synced: about 20 hours ago
JSON representation
React源码实现:jsx
- Host: GitHub
- URL: https://github.com/sunnshare/react-source-code
- Owner: sunnshare
- License: mit
- Created: 2024-02-02T14:24:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:42:25.000Z (9 months ago)
- Last Synced: 2024-02-05T18:32:25.493Z (9 months ago)
- Topics: jsx, monorepo, react
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-source-code
### 项目架构
- pnpm 包管理器
- monorepe 架构
- rollup 打包
- eslint 格式规范
- [prettier](./prettier.md) 格式化
- husky 代码提交校验
- commitlint 提交信息校验### 搭建环境