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

Replies (1)

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?