3 Matching Annotations
  1. Jul 2019
    1. All React components must act like pure functions with respect to their props.

      It never modifies its props.

    2. setInterval(tick, 1000);

      Call tick() every 1000 ms.