hasparus / parcel-vscode-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 90.8%Language:HTML 5.7%Language:CSS 3.5%