An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-tiny

基本环境,包含了一个最简单的 test case

## 使用

```shell
npm run dev
```

## 构建

```shell
npm run build
```