Skip to content

shravanasati/react-playground

Repository files navigation

react playground

This is a live preview enabled react playground that allows you to write react code and view the output instantly.

It also supports using external NPM packages usign the "Add Packages" button at the topbar. All packages added are imported under the package name namespace.

add package demo

For example, if I add lodash using the button, I can use it as follows:

lodash.join(["hello", "world", "everyone"], "<>")

setup

  1. Clone the repo.

  2. Install deps.

pnpm i
  1. Run the server.
pnpm run dev

About

live preview enabled react playground, with npm packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published