devexperts / dxcharts-lite

Flexible financial charts based on HTML5 canvas
https://devexperts.com/dxcharts/
Mozilla Public License 2.0
43 stars 9 forks source link

Get rid of RxJS #32

Open DeltaZN opened 10 months ago

DeltaZN commented 10 months ago

Duplicates

Latest version

Suggestion ⭐

RxJS bundle is quite big, moreover, some projects might not use it, however, they'll have to include this dependency in their bundle anyway. I suggest writing a lightweight implementation which will follow this proposal. Also, we need to make sure that it's compatible with rxjs, since there are existing projects which uses our current implementaion with rxjs

Motivation 🔦

Make dxcharts-lite really lite

dxpm commented 10 months ago

Perhaps we should consider using something like zen-observable or maybe fork of it could be good start.