/tsx-playground

A in-browser transpiler and bundler for react and typescript

Primary LanguageTypeScriptMIT LicenseMIT

PERMANENTLY MOVED HERE: Repository Link


Typescript and React playground

Visit the playground by clicking here

An interactive, browser-based, coding environment. Following are the primary features of this project:

  • In-browser code transpiling and bundling
  • Leverage ESBuild's Web Assembly to run a code bundler directly in the browser at lightning-fast speeds
  • Import any NPM module (which works in browser) directly in the editor and start using it
  • Safely execute user-provided code directly in browser
  • Secure the app against potential security exploits
  • Run a code editor directly in the browser