Vyacheslav Pukhanov's Blog

Minimal React Playground

I’ve just deployed a very minimal react playground at react.pukhanov.ru. This is something that I will use to provide examples during code review, a tool with focus on code logic and its execution. No direct editors for styles or HTML.

The source for this playground is published on GitHub if that’s something you might be interested in. There’s no documentation yet, but it’s a fairly straightforward Next.js project. Just npm install and npm run dev to run it locally.

The code is bundled on the client-side via WASM’ed SWC, nothing is sent to the server and playground sharing links embed code in the link’s hash (#), so they aren’t logged on any server either.

project