How do a throttle form an input

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:

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?

Our eventstream stuff is a little outdated, no one’s been maintaining it. There’s not a big gap between streams and computes, they work very well together imo. So you can definitely use RxJS with canjs, but I don’t know if it’s needed in this scenario. If you want to debounce an input why not use lodash which has a debounce?