Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-reactor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-reactor

Opinionated JS dev tool

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

js-reactor

Like elm-reactor, but for JavaScript. Allows running JS files in the browser based on relative path (e.g. localhost:8000/hello-world.js).

js-reactor is an opinionated tool to minimize friction. Code is transformed with Babel and type-checked with Flow.

Installation

npm install -g js-reactor

Example Usage

With this project directory structure:

~/my-project
└── hello-world.js

Run:

cd ~/my-project
js-reactor

Then open http://localhost:8000/hello-world.js in your web browser.

Future

This project is a work in progress. Future plans include:

  • Hot-module reloading
  • Directory index navigation
  • Other elm-platform tools like elm-make and elm-repl

FAQs

Package last updated on 30 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc