You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments