Other articles


  1. [React DnD] useDrop

    • useDrop은 아래와 같은 주요항목을 return함

    • [0] - Collected Props
      • An object containing collected properties from the collect function. If no collectfunction is defined, an empty object is returned.
    • [1] - DropTarget Ref

      • A connector function for the drop target. This must be attached to the …
    read more

links

social