Access props inside quotes in React JSX

后端 未结 9 1205
广开言路
广开言路 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:45

    If you're using JSX with Harmony, you could do this:

    
    

    Here you are writing the value of src as an expression.

提交回复
热议问题