Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanglee2421/react-tailwindcss
React Web App Template
https://github.com/yanglee2421/react-tailwindcss
react vite
Last synced: about 2 months ago
JSON representation
React Web App Template
- Host: GitHub
- URL: https://github.com/yanglee2421/react-tailwindcss
- Owner: yanglee2421
- License: mit
- Created: 2023-01-12T03:14:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:35:56.000Z (3 months ago)
- Last Synced: 2024-10-27T15:17:00.803Z (3 months ago)
- Topics: react, vite
- Language: TypeScript
- Homepage: https://yanglee2421.github.io/react-antd/
- Size: 20.4 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-react
[Live Preview](https://yanglee2421.github.io/react-antd)
## Get Stated
## Installation
```bash
pnpm create @yanglee2421/app
```## Effect
### 应当使用的情况
1. 输出 react state 用以控制外部系统
2. 常见的外部系统:
- 网络 API
- DOM、BOM### 不应使用的情况
1. 没有外部系统(例如:侦听部分 state 的变化,更改另一部分 state,全程没有外部系统参与)