React inert hook
npm install @jdthornton/useinert
$ npm install @jdthornton/useinert
`
Usage
`js
import useInert from "@jdthornton/useinert";
function App({ removeInert }){
// '#root' element will be set to inert
useInert("#root")
return null
}
``