I have a Rails application which uses Reactjs for client side and I am using webpacker
to compile JS.
What are the advantages of running bin/webpack-dev-server
alongside rails server
? I know a few like Hot Module Reload
and live reloading
upon changes in JS.
Are there any upsides regarding the performance as well?