Next release of applesauce is going to have some crazy powerful primitives for apps image I think i cracked the code for using RxJS in the library but not requiring the developer (or AI model) to understand RxJS ๐Ÿ˜

Replies (5)

Using proxies to optimistically create an observable chain where each step attempts to access the value. it basically resolves the path through the object as if each field returned a Promise and you used `await` at each step
Arjen's avatar
Arjen 3 weeks ago
To dumb that down for me... That means I can start rendering faster bc I don't for example have to wait for parsing event content first?
Not really, it just means that resolving references between events much cleaner and easier to read image
โ†‘