Welcome to the 6th day of Advent of Future of Code
The Task
Today we are going to play with TypeCell: A live notebook environment for Typescript with React support.
TypeCell is a notebook where code evaluates as-you-type, so you get feedback
instantly. It comes with a built-in Reactive programming model, so working with
data becomes a lot simpler. React and JSX support make it easy to build quick
visualizations or interactive elements.