legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

Only evaluate parts of the AST that are necessary

Open crcn opened this issue 3 years ago • 0 comments

I think it may be possible to re-render only parts of the AST that are necessary instead of going through a full re-render each time something changes. This could make it so that we have a performant renderer written in TypeScript instead of Rust which would be much easier to maintain.

crcn avatar Mar 22 '22 17:03 crcn