ds300 / derivablejs

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

Add support for meta parameter in atom, derive, proxy factories #116

Closed TrySound closed 6 years ago

TrySound commented 6 years ago

One more thing for devtools to make babel processing simpler.

Example

const myAtom = atom(1, {
  displayName: 'myAtom'
});

/cc @ds300 @andreypopp

ds300 commented 6 years ago

:+1: