Easiest way to Copy to Clipboard in React

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น •

  • @colbyfayock
    @colbyfayock  4 หลายเดือนก่อน

    Learn how to build a full stack Next.js app in my upcoming course: colbyfayock.com/course

  • @MikeBifulco
    @MikeBifulco 10 หลายเดือนก่อน +1

    Love this tutorial. Direct, instructive, and straight to the point. Good stuff, Colby!

    • @colbyfayock
      @colbyfayock  10 หลายเดือนก่อน

      thanks Mike! 😁

  • @JamesQQuick
    @JamesQQuick 10 หลายเดือนก่อน +2

    So nice! I definitely didn't know about copying images!

    • @colbyfayock
      @colbyfayock  10 หลายเดือนก่อน +1

      thanks James, definitely handy!

  • @denisblack9897
    @denisblack9897 5 หลายเดือนก่อน

    Subscribed in 5 sec of scrolling your channel!
    Very helpful for a beginner to get to know whats possible in react.

    • @colbyfayock
      @colbyfayock  5 หลายเดือนก่อน

      thank you 🙏

  • @AshishKumar-qi5gk
    @AshishKumar-qi5gk 2 หลายเดือนก่อน

    Great video. Straight to the point.

    • @colbyfayock
      @colbyfayock  2 หลายเดือนก่อน

      thanks! 🙌

  • @debarshipal8275
    @debarshipal8275 8 หลายเดือนก่อน

    Hi Colby, I have an issue while pasting the clipboard Item. The clipboardItem is
    const clipboardItem = new window.ClipboardItem({
    "text/plain": blobPlainText,
    "text/html": blobHTML,
    });
    navigator.clipboard.write([clipboardItem]);
    This is to support rich text and plain text.
    However when I paste the content in One Note. There are two Froms which come in One note as source. This only happens in one note application.
    Ex. (after pasting in one note)
    blobHtmlText display here
    From
    From
    How do we restrict it to one.

    • @colbyfayock
      @colbyfayock  8 หลายเดือนก่อน

      hey to be honest i haven't hit this, but my instinct tells me that it may just be a problem in how OneNote suppports that. have you seen a similar experience copying elsewhere in OneNote?

    • @debarshipal8275
      @debarshipal8275 8 หลายเดือนก่อน

      @@colbyfayock hey yes you are correct with one note issue. No I have tried word and other rich texts and the functionality is working fine. Thanks for replying 🙂.

  • @colbyfayock
    @colbyfayock  10 หลายเดือนก่อน

    Get fresh tutorials and other free content straight to your inbox! colbyfayock.com/news

  • @albin6126
    @albin6126 7 หลายเดือนก่อน

    so why you prefer using the browser clipboard directly instead of using a package

    • @colbyfayock
      @colbyfayock  7 หลายเดือนก่อน

      Less dependencies and less additional JS (although not much in this case)

    • @albin6126
      @albin6126 7 หลายเดือนก่อน

      @@colbyfayock that make sense

  • @lucasdeandradeoficial
    @lucasdeandradeoficial 10 หลายเดือนก่อน

    the Clipboard did not work on the Smartphone, it returns the error "undefined". On the computer it works normally. Project Next.js v12.1.5

    • @colbyfayock
      @colbyfayock  10 หลายเดือนก่อน

      what device, browser, and method were you using?

    • @lucasdeandradeoficial
      @lucasdeandradeoficial 10 หลายเดือนก่อน

      @@colbyfayock Samsung, Browser is Chrome and Samsung Internet. both on localhost

    • @lucasdeandradeoficial
      @lucasdeandradeoficial 10 หลายเดือนก่อน

      @@colbyfayock It seems that in a development environment, Clipboard only works on HTTPs or localhost so you will only be able to test it on your cell phone in production.

    • @colbyfayock
      @colbyfayock  10 หลายเดือนก่อน

      @@lucasdeandradeoficialah gotcha interesting. Makes sense though!

  • @nemeziz_prime
    @nemeziz_prime 10 หลายเดือนก่อน

    Your tutorials are so useful and necessary 🫡

    • @colbyfayock
      @colbyfayock  10 หลายเดือนก่อน

      thank you!!