I use Browsersync for Automatic Page refresh for my HTML, CSS changes without reloading the whole page and it works. It also doesn't page to the top to apply the changes and keep the state of the element persistent too, for example, input text.
Is there anything better and useful Webpack's Hot module reload feature can do which Browsersync can't, but with particular use case and project with specific frameworks, where Browsersync is not capable?