Im making a modal in my React project that requires a class to be added to the body when the modal is open and removed when it is closed.
I could do this the old jQuery
ReactJS has an official React Modal component, I would just use that: https://github.com/reactjs/react-modal