![](/_next/image?url=https%3A%2F%2Fgoodrequest-web.s3.eu-central-1.amazonaws.com%2FBackend_techstack_b11cf61a69.png&w=3840&q=75)
Our Frontend Tech Stack: Focused On Performance And Scalability
![](/_next/image?url=https%3A%2F%2Fgoodrequest-web.s3.eu-central-1.amazonaws.com%2Fbranislavbrincko_square_5020a17cd1.png&w=96&q=75)
11. Jul 2022
FrontendA regular summary of the most important news, articles or tweets in the frontend world is here! For the month of June, we have prepared the top 6 novelties that should not be missed by any frontend developer. In addition, here you will find links to other interesting articles that are worth reading.
Early Hints is a new HTTP status code: 103 Early Hints. Thanks to it, during the generation of a time-consuming response, the server can send a hint to the client about additional resources that will probably need to be loaded (e.g. css or javascript files). The client does not have to wait for a response from the server, but can request additional resources while still waiting for the first response. You can read more on the Chrome Developers blog.
Support for Internet Explorer 11 ended on June 15, 2022. On the official blog you will find details of what this means for regular users and developers. After this date, you will no longer open Internet Explorer, but you will be automatically redirected to the Edge browser with IE mode support. (Unfortunately) Microsoft has committed to supporting IE mode in Microsoft Edge at least until 2029, so we can only be partially happy.
On June 22, the new ECMAScript 2022 version for the JavaScript language was officially approved. If you want to know what news has been added, read this article: Ecma International approves ECMAScript 2022: What's new? In addition, you will learn how the approval of a new version of ECMAScript takes place or what is the difference between JavaScript and ECMAScript.
In the lecture, you will learn where WebAssembly (WASM) is used everywhere in the JavaScript ecosystem. You will also discover several benefits that WebAssembly brings compared to a fully native JS solution.
The new version of Google Chrome 103 brought several innovations, for example:
Another innovation in Chrome 104 is the recording of media queries. They can now be written as follows:
@media (400px <= width <= 600px ) {
// Styles for viewports between 400px and 600px.
}
In addition, do not forget to read about the news in DevTools.
If you liked the news overview, don't forget to subscribe to our newsletter. You can also read the news from last month, which we brought in the may's Frontend Briefly.