npm install react-hot-loaderyarn add react-hot-loaderpnpm add react-hot-loader<script src="https://fastly.jsdelivr.net/npm/react-hot-loader"></script><script src="https://unpkg.com/react-hot-loader"></script><script type="module">
import reacthotloader from 'https://cdn.jsdelivr.net/npm/react-hot-loader/+esm';
</script><script type="module">
import reacthotloader from 'https://cdn.skypack.dev/react-hot-loader';
</script>