Reloading a page on the fly is easy with JavaScript.
Need to reload a page using JavaScript? It's quite simple.
window.location.reload();
When you have access to the code inside an iFrame, you can manipulate its DOM that can lead to style changes.
An everyday JavaScript pattern to avoid clunky switch-case statements and unnecessary if conditionals.
In the last of the five part series on compiling multiple ES6 files into a minified bundle, you will learn how to add an asset hash to your bundles.