return(
<div>
<Loading loadingMessage="Running "{this.state.programName}" program"/>
</div>
);
I know that above attribute loadingMessage value is syntactically wrong. But my need is, I need to get that programName from state and append to loadingMessage attribute value. How can I do this? Any help will be appreciated.