This is short example about Observables and how they can be really evil. Fortunately we have a hero called Object.freeze(obj).
Vue, Observables and large data sets
Sat, 10/14/2017 - 11:37
This is short example about Observables and how they can be really evil. Fortunately we have a hero called Object.freeze(obj).
TLDR; Think about when Web Workers make sense and when not. It's tempting to run something on the background, but not always. This is the story of what I did wrong.