@KidThorazine@EoinHiggins_ very weird to see a tweet escape from engineering management twitter, imagining this in other industries
hospitals to doctors & nurses: teeny-tiny thing, please remember to wear scrubs
everyone: this is dystopian sjw nonsense, you want everyone to look like papa smurf
@KidThorazine@EoinHiggins_ People don't understand the context of this. She has an engineering background. It's like using metric instead of imperial in international communication. She's not saying "don't use the word summer". Programmers hate date ambiguity: https://t.co/j8QMF8C7FP
Dev Tips - DevTools: Pin 📌 your console expressions to the top of the Console panel: https://t.co/xlnJ2rurIu - Expressions are continuously evaluated meaning you get instant updates for changes 🔥
@dan_abramov @acemarke@frontsideup@ppk Right, in another thread, I clarify that these are not React event listeners and probably added on later. I just did a count of all listeners without regard to where they came from. This was to fact-check that React results in fewer event listeners...
@acemarke@frontsideup @dan_abramov @ppk Yes, many of these appear to be react-native-web event-listeners (detecting image loading with <Image>, gestures with <Touchable*>, etc.), whereas many of the ones on https://t.co/XaUxgyWIOy are application events (`uiReplyToTweet`).
@acemarke@frontsideup @dan_abramov @ppk I'm seeing ~150 on https://t.co/yAPL01FcuZ vs ~1000 on https://t.co/XaUxgyWIOy with `[...document.querySelectorAll('*')].map(e => Object.values(getEventListeners(e))).reduce((a, b) => a + b.length, 0)`
@mrdoob@hugoccampos@kdzwinel Could also do a custom classes-only Babel plugin - here's a super-rough example that's missing a lot: https://t.co/QBDAyARJGQ