flâneur

frenetic

1 followers · 1 following · 274 views

on the atlas — 12

highlights — 2

  • My key goal for writing (or designing, or programming) is to reduce the time between an idea forming in my brain and that idea being captured on the screen to zero — typing at the speed of thought.
    Typing fast is a high-leverage skill
  • What's really exciting about React Forget is that not only does it try to memoize hook dependency arrays, it also memoizes JSX element return values. And since we know from earlier that React has a "same-element reference" optimization that can prevent re-rendering children, this means that React Forget could, potentially, effectively eliminate unnecessary renders throughout a React component tree!.
    Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blog