Reactjs convert html string to jsx

前端 未结 9 1412
夕颜
夕颜 2020-11-22 10:09

I\'m having trouble dealing with facebook\'s ReactJS. Whenever I do ajax and want to display an html data, ReactJS displays it as text. (See figure below)

9条回答
  •  無奈伤痛
    2020-11-22 10:42

    You can use the following if you want to render raw html in React

    Example - Render

    Test is a good day

提交回复
热议问题