Replies: 3 comments 2 replies
-
There isn't a way right now. What's your use case? Maybe I can add a option to disable it |
Beta Was this translation helpful? Give feedback.
-
@aklinker1 Any hack to do this? Well, I once implemented hot reload on another "boilerplate" without reloading the page. I want to implement hot reload, so that it reloads the script, replaces the script after the update with the new version on the open site. Styling and programming, this is a more convenient solution. Then it would remove the react from the container the previous script and place the updated one, without reloading the page. To keep the application states the same, you can implement something like this: Then on the production version, it will be a regular setState, and on the dev version, it will be saving the state, on the current page. So that when the script is refreshed, the application state remains. This is very easy to implement. I only need access to this, to not allow the refresh, or instead of refreshing, to send information about the update to the background, instead of refreshing the page. |
Beta Was this translation helpful? Give feedback.
-
When can we expect an update? I'm currently creating an interesting browser add-on based on your boilerplate. And live refreshing makes coding much faster. |
Beta Was this translation helpful? Give feedback.
-
"Reloaded: content" - How to disable page reload when we change contentscripts? I want to implement it myself, manage it.
Beta Was this translation helpful? Give feedback.
All reactions