Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sunny-117/tiny-react
🌱 The closest implementation to the React source code
https://github.com/Sunny-117/tiny-react
framework react
Last synced: 9 days ago
JSON representation
🌱 The closest implementation to the React source code
- Host: GitHub
- URL: https://github.com/Sunny-117/tiny-react
- Owner: Sunny-117
- Created: 2023-08-25T13:50:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T05:24:53.000Z (5 months ago)
- Last Synced: 2024-06-18T06:34:57.718Z (5 months ago)
- Topics: framework, react
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-Zh.md
Awesome Lists containing this project
README
# tiny-react
[English](./README.md)
> 基于 [ts-lib-vite](https://github.com/Sunny-117/ts-lib-vite)
# 项目介绍
TODO
## 项目结构
Monorepo: 以单一仓库的形式组织,有利于代码管理。
## 开发规范
- 代码风格: 使用 ESLint 和 Prettier 强制执行,确保代码一致和清晰。
- 版本管理: 遵循语义化版本规范进行版本控制。
- 提交指南: 通过 Git 提交规范确保版本历史清晰和有意义。
- Pre-commit 钩子: 使用 Husky 强制执行 pre-commit 钩子,保障代码质量和一致性。
## 技术栈
语言: 使用 TypeScript 进行类型安全和高效的开发。
## 构建工具
- Vite: 作为主要构建工具,用于快速和优化的开发。
- Rollup: 用于额外的打包和优化。
## 贡献指南
如果你想为这个项目做出贡献,请遵循我们的贡献指南。我们欢迎贡献并感谢您的帮助!
## 许可证
本项目基于 MIT 许可证。