📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

derivable-devtools

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

derivable-devtools

## Usage

0.2.1
latest
npm
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

derivable devtools

Usage

import 'derivable-devtools'; // Should be placed before first derivable import
import { atom } from 'derivable';

const name = atom('David');

name.react(d => {
  console.log(d);
});

TODO

  • babel-plugin-derivable for extracting atoms and derivations names
  • new layouts
  • better value editor
  • chrome extension with devtools integration
  • better design
  • tests
  • Something more?

License

MIT © Bogdan Chadkin

FAQs

Package last updated on 08 Nov 2017

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