logoalt Hacker News

adzmyesterday at 9:26 AM2 repliesview on HN

Well yeah but if you do actually need things like images, animations, high frequency updates, etc, this is actually a pretty good overview of how to approach it. Also learned that react uses posting to a MessageChannel to yield!


Replies

account42yesterday at 9:45 AM

GP is right that just like with garbage where "reduce, reuse, recycle" is the mantra, the first question for optimizing something should be if you need to do the calculation at all.

show 1 reply
voidUpdateyesterday at 10:13 AM

Since when do images need more than just an <img> tag and a bit of styling?