Add a class to the HTML <body> tag with React?

后端 未结 5 581
广开言路
广开言路 2021-01-30 16:57

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

5条回答
  •  难免孤独
    2021-01-30 17:29

    ReactJS has an official React Modal component, I would just use that: https://github.com/reactjs/react-modal

提交回复
热议问题