what's data-reactid attribute in html?

后端 未结 5 2061
Happy的楠姐
Happy的楠姐 2020-12-07 15:17

While I was going through the HTML of some pages, I noticed that some of them use this attribute \"data-reactid\" like :

          


        
5条回答
  •  鱼传尺愫
    2020-12-07 15:51

    That's the HTML data attribute. See this for more detail: http://html5doctor.com/html5-custom-data-attributes/

    Basically it's just a container of your custom data while still making the HTML valid. It's data- plus some unique identifier.

提交回复
热议问题