反应静态和动态数据的渲染混合

时间:2019-05-27 19:57:51

标签: reactjs

给出api响应

[{
  id:'1',
  meta: "<p>location 1 desc.</p> <p><Modal title='location 1 info' content={()=><DynamicContent src='/path/to/static/resource/location1'/> }/></p>"
},
{
  id:'2',
  meta: "<p>location 2 desc.</p> <p><Modal title='location 1 info' content={()=><DynamicContent src='/path/to/static/resource/location2'/> }/></p>"
}]

我们现在如何在评估已定义的组件时渲染它?

0 个答案:

没有答案