return jsx element from onClick listener in jsx component
I have a playlist icon
<i className="fa fa-list-ul"/>
how i can return jsx component like this <AddTo/> that add to playlists using onClick eventListener?
I have a playlist icon
<i className="fa fa-list-ul"/>
how i can return jsx component like this <AddTo/> that add to playlists using onClick eventListener?