github single-spa/single-spa v5.2.0

latest releases: v6.0.1, v6.0.0, v6.0.0-beta.4...
4 years ago

Features

  • Added new urlRerouteOnly configuration option, passed to start() (#487). This is beneficial to performance (avoids unnecessary re-renders and single-spa code execution) and will not break things in most applications. It means that history.replaceState(newState, 'title') will no longer cause a popstate event (and re-render).

Documentation

singleSpa.start({
  urlRerouteOnly: true
})

Don't miss a new single-spa release

NewReleases is sending notifications on new releases.