Nieuws

Free, hosted Observable notebooks provide an interactive experience and lots of free, open-source Observable JS code you can reuse and learn from. Here's how to get started.
Create a class that is a subclass of Observable. Now any javascript object that implements update() can observe your subclass. To notify your observers of something, call notify(). I recommend making ...
Contribute to montykamath/javascript-observable development by creating an account on GitHub.
The fine folks over at @ObservableHQ released a new javascript exploratory visualization library called Plot last week with great fanfare. It was primarily designed to be used in Observable notebooks ...
Once properties become observable, you have to work with them in a different way in JavaScript. This is because not all browser implementations support JavaScript getters and setters. So, for ...
Vue.observable is used internally in Vue.js to make the object returned by the data () function of a component reactive. In this article we’ll take a look at how we can use this new feature to build a ...