Tag: React
-
Want to Improve UI Performance? Start by Understanding Your User – Shopify Engineering
PermalinkFantastic post detailing Shopify’s work optimizing their admin pages. There are some good pointers around profiling and optimizing React, as well as a lot of thoughtful insights on designing in-between states.
-
Speeding Up NerdWallet 🚗💨 – Francis John – Medium
PermalinkWhat a great overview of how NerdWallet made their site significantly faster (6s faster time to visually complete as measured on a 3G network) in the last 6 months or so.
-
Third party CSS is not safe - JakeArchibald.com
PermalinkAfter a recent flurry of worry online around a CSS keylogger, Jake points out the real issue (emphasis mine):
Some folks called for browsers to ‘fix’ it. Some folks dug a bit deeper and saw that it only affected sites built in React-like frameworks, and pointed the finger at React. But the real problem is thinking that third party content is ‘safe’.