https://github.com/xcodebuild/react-tiny
Tiny implementation of React step by step
https://github.com/xcodebuild/react-tiny
flow react
Last synced: 4 months ago
JSON representation
Tiny implementation of React step by step
- Host: GitHub
- URL: https://github.com/xcodebuild/react-tiny
- Owner: xcodebuild
- Created: 2017-04-05T13:20:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T06:49:18.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T11:49:40.407Z (9 months ago)
- Topics: flow, react
- Language: JavaScript
- Homepage: https://github.com/CodeFalling/build-your-own-react
- Size: 166 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-tiny
基本环境,包含了一个最简单的 test case
## 使用
```shell
npm run dev
```
## 构建
```shell
npm run build
```