11 Matching Annotations
  1. May 2021
  2. Apr 2021
    1. the commonality of clicks, buttons, and even the icon with three horizontal lines now apparently means “menu” to everyone.

      And yet I hate this pattern

  3. Nov 2020
  4. Oct 2020
    1. When using React hooks there is no concept of onMount because the idea of only running some code on mount leads to writing non-resilient components, components that do one thing when they mount, and then don’t take prop changes into account.
  5. Sep 2020
    1. the notion that any given component should be in charge of its own thing, and not do something outside of itself. I.e., loosely coupled components in a sandbox, not tightly coupled to something outside of its own scope.
  6. Nov 2019
  7. Oct 2019
  8. Aug 2019