i want do make a can.Component. this component is an easy input field. i want to use the new 2.3 binding syntax and have a debounce for the input inputs.
how can i do that?
my questions are also:
- should i use streams?
- is this repo https://github.com/canjs/can-eventstream usable?
- can is use this repo? https://github.com/canjs/can-control-modifier or this https://github.com/canjs/can-util-function
- or is there a better way to do this with the define plugin?
is canjs in a position to work with RxJS? how can this look like? or is there a big gap between the compute technology and streams?