re-rxjs / react-rxjs

React bindings for RxJS
https://react-rxjs.org
MIT License
549 stars 19 forks source link

fix(bind): supports variadic number of arguments #158

Closed voliva closed 3 years ago

voliva commented 3 years ago

Closes #156

I'm not really sure we would officially support this feature, although it has been working on and off for a while. In our mental model, the parameters of a parametric bind are used to identify an instance of an entity.

As v0.5 is a version that helps the migration from 0.4 to 0.6 I think it's useful anyway to have this in.

josepot commented 3 years ago

Thanks a lot for this @voliva !