about0.bsky.social
about0.bsky.social
@about0.bsky.social
maybe I've used the wrong word, but recently I've tried to fix the performance issue with a sophisticated grid component, and finding where exactly the memorization should be used was a challenge.
So, I wrapped everything brainlessly. It helped but this solution contradicts React's 'simplicity'
December 26, 2023 at 12:31 PM
What boggles my mind, is why there should be a different compiler instead of a basic React feature?
Memoizing is getting exponentially more complicated with the component tree size.
December 26, 2023 at 11:22 AM