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
André Terron
08/04/2021, 3:23 AM
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
Yousef El-Dardiry
08/04/2021, 8:31 AM
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
André Terron
08/05/2021, 4:55 AM
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