
Polyfill for RFC 631 https://emberjs.github.io/rfcs/0631-refresh-method-for-router-service.html
The ember-router-service-refresh-polyfill offers a solution for developers using Ember.js by enhancing the functionality of the RouterService. Inspired by RFC 631, this addon allows for the refreshing of all currently active routes, as well as specific routes if desired. It works seamlessly with Ember.js version 3.4 and above, making it a valuable addition for those looking to improve their routing experience.
Whether you're optimizing your application or simply need a more efficient way to handle route transitions, this polyfill brings essential features to the table, particularly for those working on projects running on compatible versions of Ember.js and Ember CLI.

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.