Just only because I want to extend my current self hosted URL shorter (which was really messy code) with some more features and learn about new techniques like:
Only because I just want to extend my current self hosted URL shorter (which was really messy code) with some more features and learn about new techniques like:
{this.props.deletionURL&&<Clipboardcomponent="i"className="trash link icon"style={{float:"right"}}button-title="Copy the deletion URL to the clipboard"data-clipboard-text={this.props.deletionURL}onSuccess={this.onDeletonLinkCopy}/>}
<Clipboardcomponent='button'className='ui button'data-clipboard-text={this.props.description}button-title='Copy the Shortened URL to the Clipboard'>
<Clipboardcomponent='button'className='ui button'data-clipboard-text={this.props.description}onSuccess={this.onShortedURLSuccess}button-title='Copy the Shortened URL to the Clipboard'>