https://futureofcoding.org/ logo
Title
y

Yousef El-Dardiry

08/03/2021, 10:12 AM
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
y

Yousef El-Dardiry

08/05/2021, 7:25 AM
@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

André Terron

08/05/2021, 3:18 PM
Thank you for sharing!
c

Cole

08/06/2021, 10:59 PM
It's great to see a reactive notebook based on TypeScript like this. Really great ideas, here!