Remix.run Logo
adzm 3 hours ago

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!

account42 3 hours ago | parent | next [-]

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.

adzm 3 hours ago | parent [-]

This is true as well, yeah, but it came off as dismissive of everything too. Personally I prefer information dense interfaces with minimal chrome, but there really is a certain joy when you get to use a well designed and optimized fancy reactive, immersive interface

voidUpdate 2 hours ago | parent | prev [-]

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