61D Lecture 4: React State and Context

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 1

  • @cs61d
    @cs61d  Месяц назад

    Note: In the final version of the dice roller, bugs can appear when using dice names as keys while rendering the DieDisplay. To fix this, either add a unique id to every die and use the id as a key, or enforce unique names for each die.