dact
dact copied to clipboard
Enable Hot Reload while developing on React App.
Currently, when our React App runs on Django's server, we need to manually refresh the page to update the frontend.
We want to enable hot reload such that any change in the react app reloads automatically without manually reloading the page.