Skip to content

Commit 513306d

Browse files
committed
docs: update readme
1 parent 3226bf0 commit 513306d

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

README-en-US.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# React Mini Playground
2+
3+
[中文](./README.md)
4+
5+
React simply implements features like [vue playground](https://play.vuejs.org)
6+
7+
## Features
8+
9+
Implement the core functionality of Vue Playground.
10+
11+
- [x] Support TypeScript
12+
- [x] Real-time preview
13+
- [x] Add, edit, and delete multiple files
14+
- [x] Error handling for preview
15+
- [x] Share link
16+
- [x] File download
17+
- [x] Long task Worker optimization for Babel compilation
18+
19+
> I believe using `Vite` can provide a better development experience. Although `rspack` and `rsbuild` already support `?raw` resources, it feels not yet fully refined.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# React mini playground
2+
3+
[English](./README-en-US.md)
4+
5+
React 简单实现 [vue playground](https://play.vuejs.org) 的功能。
6+
7+
## 功能
8+
9+
实现 vue playground 的核心功能
10+
11+
- [x] 支持 TypeScript
12+
- [x] 实时预览
13+
- [x] 多文件的增删改
14+
- [x] 预览的错误捕获
15+
- [x] 链接分享
16+
- [x] 文件下载
17+
- [x] babel 编译时的长任务 worker 优化
18+
19+
> 我认为这种功能,使用 `vite` 可以带来更好的开发体验。`rspack``rsbuild` 虽然已支持 `?raw` 资源,但感觉并不完善

0 commit comments

Comments
 (0)