Happy0 / ssb-chess

A library for building scuttlebutt chess clients with
GNU General Public License v2.0
63 stars 16 forks source link

[WIP] Remove observables when switching mithril views from game lists / inv… #55

Closed Happy0 closed 6 years ago

Happy0 commented 6 years ago

…ites, etc.

This should hopefully fix an issue where performance degrades as you switch views as a bunch of observables and underlying pull streams are created.

Happy0 commented 6 years ago

Closing because game/ctrl.js should be refactored to use promise -> observable conversions, rather than the messy intermidate observables.