Access props inside quotes in React JSX

后端 未结 9 1204
广开言路
广开言路 2020-12-04 06:11

In JSX, how do you reference a value from props from inside a quoted attribute value?

For example:



        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 06:52

    For People, looking for answers w.r.t to 'map' function and dynamic data, here is a working example.

    
    

    This gives the URL as "http://examole.com/randomview/images/2/dp_pics/182328.jpg" (random example)

提交回复
热议问题