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
Videos
09:51
Create React.js App with Vite: Getting Started (Tutorial #1) - YouTube
🏗️Create React App Using Vite
08:33
Create and Deploy a Website with REACT and VITE in under 10 minutes ...
10:04
How to Set Up a React App with Vite | Fast React Project Setup ...
07:39
How To Deploy A React Vite App To Github Pages (Simple) - YouTube
00:56
How to Create a React App with Vite (without create-react-app) ...
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
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.
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