🌐
StackBlitz
stackblitz.com › edit › vitejs-vite-pyvxwn
Vite React TS Playground - StackBlitz
A Node.js project based on @reduxjs/toolkit, react, react-dom, react-redux, @types/react, @types/react-dom, @vitejs/plugin-react, typescript and vite
🌐
ilert GmbH
ilert.com › blog › building-ai-chatbot-playground-with-react-and-vite
Building an AI Chatbot Playground with React and Vite | ilert
November 11, 2024 - To set up our AI playground, we’ll use Vite. It offers a quick step-by-step setup of a repository via CLI. ... Following the prompts, you may now choose your project name, framework, and variant (language + transpiler).
🌐
CodeSandbox
codesandbox.io › p › sandbox › react-vite-7owlf
react-vite
CodeSandbox is a cloud development platform that empowers developers to code, collaborate and ship projects of any size from any device in record time.
🌐
Best of JS
bestofjs.org › projects
Vite + Playground projects
VitePlayground · VueReactTesting · Sort: By total number of stars · Playground ·
🌐
GitHub
github.com › NathanKr › vitest-vite-react-playground
GitHub - NathanKr/vitest-vite-react-playground
/// <reference types="vitest" /> import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; // https://vitejs.dev/config/ export default defineConfig({ test: { globals: true, environment: 'jsdom', setupFiles: 'src/tests/setup.ts', }, plugins: [react()], } );
Author   NathanKr
🌐
GitHub
github.com › TeXmeijin › vite-react-playground › blob › main › README.md
vite-react-playground/README.md at main · TeXmeijin/vite-react-playground
Vite×Reactにおけるライブラリや設計手法などをいろいろ試すリポジトリ
Author   TeXmeijin
🌐
GitHub
github.com › TeXmeijin › vite-react-playground
GitHub - TeXmeijin/vite-react-playground: My experimental repository using Vite and React and TypeScript and so on.
My experimental repository using Vite and React and TypeScript and so on. - TeXmeijin/vite-react-playground
Author   TeXmeijin
🌐
CodeSandbox
codesandbox.io › p › sandbox › vite-playground-849lxx
vite-playground
CodeSandbox is a cloud development platform that empowers developers to code, collaborate and ship projects of any size from any device in record time.
Find elsewhere
🌐
GitHub
github.com › TeXmeijin › vite-react-playground › blob › main › vite.config.ts
vite-react-playground/vite.config.ts at main · TeXmeijin/vite-react-playground
My experimental repository using Vite and React and TypeScript and so on. - vite-react-playground/vite.config.ts at main · TeXmeijin/vite-react-playground
Author   TeXmeijin
🌐
GitHub
github.com › SeawardSalmon6 › react-playground
GitHub - SeawardSalmon6/react-playground: This is a React Repo that I'm using as a playground. It's a Vite project using React with Typescript. Here I test and create some components and learn how to use some libraries too.
This is a React Repo that I'm using as a playground. It's a Vite project using React with Typescript. Here I test and create some components and learn how to use some libraries too. - SeawardSalmon6/react-playground
Author   SeawardSalmon6
🌐
Netlify
vite-playground.netlify.app
Vite Playground
We cannot provide a description for this page right now
🌐
GitHub
github.com › ScooterDelta › react-vite-federation-playground
GitHub - ScooterDelta/react-vite-federation-playground
This application uses @originjs/vite-plugin-federation, react and react-router to provide a cohesive micro frontend playground application.
Author   ScooterDelta
🌐
Vercel
react-playground-k.vercel.app
Vite + React + TS
We cannot provide a description for this page right now
🌐
Jwww
jwww.me › blog › adding-a-react-playground
Josiah Wiebe – Adding a Vite-Powered Playground to my Website
Now you can run npm run dev to start the Vite server and npm run build to build the application. You should see the playground running on your site. That's it! You can see my React application in action here: Last.fm Listening Stats
🌐
GitHub
github.com › vitejs › vite-plugin-react › tree › main › playground › ssr-react
vite-plugin-react/playground/ssr-react at main · vitejs/vite-plugin-react
The all-in-one Vite plugin for React projects. Contribute to vitejs/vite-plugin-react development by creating an account on GitHub.
Author   vitejs
🌐
GitHub
github.com › atwright147 › react-playground
GitHub - atwright147/react-playground: A space to play with Vite, React and TypeScript
A space to play with Vite, React and TypeScript. Contribute to atwright147/react-playground development by creating an account on GitHub.
Author   atwright147
🌐
Stylexjs
stylexjs.com › playground
Playground
The styling system that powers Meta.
🌐
GitHub
github.com › vitejs › vite › tree › main › playground
vite/playground at main · vitejs/vite
environment-react-ssr · environment-react-ssr · extensions · extensions · external · external · fs-serve · fs-serve · glob-import · glob-import · hmr-root · hmr-root · hmr-ssr · hmr-ssr · hmr · hmr · html · html · import-assertion · import-assertion ·
Author   vitejs
🌐
Reddit
reddit.com › r/reactjs › is there any good and lightweigth react playground?
r/reactjs on Reddit: Is there any good and lightweigth react playground?
May 2, 2025 -

Is there a lightweight playground for react?

One like Solid, Svelte, Vue or Qwik, that doesn't require you to set up an entire node project with vite and webContainers

The only ones I found were reactplayground which has poor quality and doesn't accept typescript and playcode.io which also has poor quality and starts charging you after just a few lines