ds300 / derivablejs

Functional Reactive State for JavaScript and TypeScript
Apache License 2.0
515 stars 23 forks source link

Add devtools hook #78

Closed TrySound closed 6 years ago

TrySound commented 6 years ago

I made devtools (docs wip) for derivable but integration requires hook.

Usage

import 'derivable-devtools'; // should be placed before to initialize hook
import { atom } from 'derivable';
screen shot 2017-11-07 at 9 56 51 pm

/cc @andreypopp

TrySound commented 6 years ago

The next step is babel plugin with extracted names from the code. And maybe component grouping for react.