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

bind2 use-case #19

Open
dy opened this issue Feb 29, 2020 · 0 comments
Open

bind2 use-case #19

dy opened this issue Feb 29, 2020 · 0 comments

Comments

@dy
Copy link

dy commented Feb 29, 2020

Just curious about bind1 and bind2 exported functions.
Seems that bind2 is natural max stack recursion.

  let o1 = observable(2)
  let o2 = observable(1)
  bind2(o1, o2) // max call stack (as expected)

Are there workable use-cased for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant