legacy-paperclip
legacy-paperclip copied to clipboard
Only evaluate parts of the AST that are necessary
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.