Skip to content

Drop RxJS dependency

Compare
Choose a tag to compare
@petyosi petyosi released this 20 May 09:02
· 548 commits to master since this release

RxJS is convenient but adds ~10KB to the package, something which people might not be happy with. That's why I switched to a minimal homegrown implementation. We are down to 7KB now.

Bugfixes: the auto-resizing demo did not resize very well on sudden width changes (like the one you can cause from Chrome dev tools).