Throughout the past years we've witnessed the Javascript Community grow and thrive. It's noticeable that not only the ecosystem has become bigger and more reliable but also the language itself is moving towards a more mature stage in comparison to eight years ago for example. In this article I will introduce you to some new useful features coming to Javascript.
Although these features are still in their experimental stage, we at Delivery Hero Logistics like to try out new things through experimenting carefully with features currently not found in our apps. In fact, you can use them today via Babel. However, be careful when choosing this option. There’s no guarantee that the proposal will remain as-is. It might dramatically change, and therefore you will have to refactor some code (or not).
( The idea behind this post is to provide some examples of real problems we've been facing throughout the years and to show how we can solve them today.)