4 Matching Annotations
  1. Dec 2022
    1. ⛔️ Antipattern: random value as key in lists

    2. Important: just providing key attribute will not improve lists' performance. To prevent re-renders of list elements you need to wrap them in React.memo and follow all of its best practices.
    3. ⛔️ Antipattern: unnecessary useMemo/useCallback on props

  2. Nov 2022