atom-react-preview

Preview your React components directly in Atom

VictorBjelkholm

16,493

15

Bug Reports

2.0.0

MIT

GitHub

Atom React Preview - Github - Atom.io

Preview your React components directly in Atom. Works best for stateless components.

Atom React Preview

Features:

Like hot reloading, but within Atom!

Known issues:

Install:

apm

apm install atom-react-preview

Inside Atom:

Go to "Install Packages" and search for atom-react-preview

Toggle React Preview

Press CTRL-SHIFT-M in the editor to open the preview pane.

Thanks

Thanks to https://github.com/webBoxio/atom-html-preview which 90% of the code is coming from. It got me to understand how Atom packages works and served as a base for this package. Thanks @webBoxio!