Omnibus 0.0.6 released: New helper functions to simplify event handling

Kacper Kula
2 min readMar 12, 2022

--

The new version of Omnibus is out with set of new helper functions. You can now delay, filter, skip duplicates as well as debounce and throttle your events. In this article I will give a quick rundown of how you can use those in practice.

If it’s the first time you hear about omnibus, I recommend reading my other article where I describe it’s…

--

--