We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const {foo, bar} = U.destructure(observable) // Using a non-recursive Proxy
U.and(...booleans) // With lazy left-to-right evaluation! U.or(...booleans) // With lazy left-to-right evaluation! U.not(boolean)
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))
getProps
U.getProps({files: filesBus})
Not to be done:
actions
holding
U.doHolding(() => {...}) // () => U.holding(() => {...})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
getProps
:Not to be done:
actions
can be made to perform actions whileholding
(PerformgetProps
andactions
whileholding
change propagation #30).The text was updated successfully, but these errors were encountered: