quickly create code playgrounds
1 min read • 17 Nov 2022As a developer, we make use of code playgrounds widely. We use it often for trying out different things and learning purpose. Here's a quick tip how you can create a new playground with a single click.
Following are the links which you can use to create respective code playgrounds.
| Link | Playground |
|---|---|
| js.new | Vanilla Javascript CodeSandbox |
| ts.new | Vanilla Typescript CodeSandbox |
| react.new | React CodeSandbox |
| preact.new | Preact CodeSandbox |
| vue.new | Vue CodeSandbox |
| svelte.new | Svelte CodeSandbox |
| node.new | Node.js Stackblitz |
| next.new | Next.js Stackblitz |
| solid.new | Solid.js Stackblitz |
| remix.new | Remix Stackblitz |
Previousshowing keystrokes in vscode