In this demo I’m exploring mixing a Live Programmi...
# two-minute-week
y
In this demo I’m exploring mixing a Live Programming Notebook with a block based editor like Notion. This unlocks creating Reactive Documents you might know from Bret Victor’s demoes: https://www.loom.com/share/6fd5637254584cfea8de315f0f3b532c
❤️ 1
🙌 2
👍 2
a
Great demo! I've been wanting a note taking app with coding functionality for quite some time now. Observable is the closest I've found, but not there yet for me. What are you using for reactivity/updating?
y
Thanks! Underlying it currently uses MobX as FRP library, but I’m also working on https://github.com/yousefED/reactive and will probably migrate to this later
a
That's cool! I've been writing my own FRP library as well. I'm curious to know your motivation to use a different library.
For a while I thought about creating a "FRP benchmark" repo, to test a bunch of libs in different use cases
y
@André Terron some more info about that library in this thread! https://futureofcoding.slack.com/archives/CCL5VVBAN/p1620246305093800 (let’s keep related conversation there)
👍 1
a
Thank you for sharing!
c
It's great to see a reactive notebook based on TypeScript like this. Really great ideas, here!