Describe the problem
i'm using {#each} to render a list,and i wanna process the new generated dom element after one item has processed finish,but now there maybe no way to do this
Describe the proposed solution
add a callback attr to {#each} to execute function and cna get all new generated dom
Importance
i cannot use svelte without it