Reactivity is the core of most front-end frameworks. If you change the data, the web page updates automatically. In this episode, we’ll look into the meaning of "reactivity" and then implement it ourselves. With the help of modern JavaScript, a task like this is trivial.
View the source code for this episode on GitHub.