Disclaimer

I'm currently not working on it so it probably doesn't work 😔

Check out

Current Module Preview

Run Parcel dev server on current file and execute side effects inside HTML document.

Features

  • Render current file

The main goal of this extension is to replicate Current Module View feature from CodeSandbox inside of VSCode.

Usage

Run Preview Current Module 📃👀 command in a file that writes to the DOM.

We're using Parcel to allow importing JavaScript, TypeScript, Reason and all of the stuff Parcel just gets with no config.

Roadmap

  • [] Improve React experience -- ReactDOM.render default export if currentModulePreview.mode: "react" is set