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
Login to reply
Replies (1)
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?