Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additions and enhancements to consider #25

Open
3 of 4 tasks
polytypic opened this issue Jul 9, 2018 · 0 comments
Open
3 of 4 tasks

Additions and enhancements to consider #25

polytypic opened this issue Jul 9, 2018 · 0 comments

Comments

@polytypic
Copy link
Member

polytypic commented Jul 9, 2018

  • Simple destructuring:
    const {foo, bar} = U.destructure(observable) // Using a non-recursive Proxy
  • Lazy conditional operations:
    U.and(...booleans) // With lazy left-to-right evaluation!
    U.or(...booleans) // With lazy left-to-right evaluation!
    U.not(boolean)
  • Actions with value from event:
    U.doPushEvent(lens, bus) // () => bus.push(L.get(lens, event))
    U.doErrorEvent(lens, bus) // () => bus.error(L.get(lens, event))
    U.doSetEvent(lens, atom) // () => atom.set(L.get(lens, event))
  • Allow buses in getProps:
    U.getProps({files: filesBus})

Not to be done:

@polytypic polytypic changed the title Additions Additions to consider Jul 9, 2018
@polytypic polytypic changed the title Additions to consider Additions and enhancements to consider Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant