I am using React.js and JQuery to build out a landing page. I want to have a button disappear after some data is submitted.
I wanted to know if there was a better way to delete the html element (button) with React.js, as opposed to just using the JQuery command $('button').remove()? Thank you!