AyloSrd / reactplayground

reactplayground.vercel.app
19 stars 3 forks source link

React Playground

With React Playground, you create, test, export, and share your ReactJS Components.

Here you can :

  1. πŸ”— Share your project. You can get at any moment a shareable link without any registration or login. The page's URL is constantly updated at any keystroke, and you can directly copy it, or use the designed button.
  2. βš›οΈ Open several tabs (in JS, JSX and CSS file format), and import/export components and hooks from them.
  3. πŸ“¦ Import third parties packages, as you would do it in your text editor (e.g. import styled from 'styled-components'). React Playground will import them using internally esm.sh. you can select a version by adding @ + version. (e.g. import React from 'react@18.0.0').
  4. πŸ”² Export your code to Stackblitz and CodeSandbox with a click.
  5. πŸ–ŒοΈ Format your code with prettier.

Known bugs and limitations

Technologies used

Credits

React Playground is inspired by SvelteJS REPL, SolidJS Playground, and VueJS Playground.

This Udemy course by Stephen Grider was essential to learn how to work with bundlers in the browser.