history.js
history.js copied to clipboard
Dependency on "window" breaks server-side rendered applications
One could make the argument that history.js ought not to be bundled in the server-rendered js (as it will not work); but I think there is value to keeping things simple and having identical js on the server side and client side.
Also document