attended reactnyc today. it was good, nice talk at the end by alex holachek presenting her react-flip-toolkit. so many toys so little time.

i got a walkthru of brian vaughn’s new devtools at React Rally so i figured i could apply it on netlify’s react app ui. irene pointed me to the log where it was hanging for big logs. i replicated the issue with this repo and then fired up the react app ui and profiled. i found that the number of commits was O(n) with the log length so that was obviously the problem. we need to debounce the thing somehow as it is streaming in piecemeal from firebase.