DEV Community

Cover image for Ng-News: Episode 22/45
ng-news
ng-news

Posted on

Ng-News: Episode 22/45

Minko Gechev, recently promoted to Angular product lead, talked about the upcoming release 15 and the future developments. ng-conf published all recordings from this year's conference.

Minko Gechev on the Future of Angular

The planned release of Angular 15 is on Wednesday. That is the 16th of November.

This information came at the JetBrains JavaScript Day from the newly promoted Angular product lead: Minko Gechev.

In the past, Minko had the role of DevRel, which he also keeps. As product lead, though, one of his new tasks is prioritising the roadmap. So quite a lot of influence.

At the JavaScript Days, he gave an overview of Angular's future. At the moment, a lot of new frameworks come up with huge improvements in terms of hydration. Some people in the Angular community raised concerns that Angular might fall back in that area.

According to Minko, Angular does not ignore these new developments but analyses them and integrates the best parts into the framework.

It was also interesting to hear that Google has been using the concept of "resumability" for almost ten years. In short, "resumability" serialises a closure on the server and continues its execution in the browser. Recently, the framework Qwik made that technique very popular.

ng-conf Videos

ng-conf, one of the biggest Angular conferences, finally published all the recordings for free (if you register). On their platform, you will find a talk on almost any Angular-related topic.

Very interesting are the talks from the Angular team members themselves. For example, "Angular: A Design Review 10 Years later" by Jeremy Elbourn and Alex Rickabaugh.

NgRx by Tim Deschryver

NgRx, the most popular Angular library for state management, has been steadily improving by not adding not new features but reducing boilerplate code.

Tim Deschryver, a member of the NgRx team, wrote an article that gives a detailed overview of these changes.

New Releases

Cypress 11

Other than that, Cypress, a testing framework, was released in the new major 11. Its component test runner left the beta status and became stable.

Jest 29.3

Jest, also a testing library, went up to 29.3 with support for loading WebAssembly in EcmaScript Modules.

Jest 29.3 Release Notes

Spectator 12.1

Spectator 12.1 Release Notes

PrimeNg 14.2

PrimeNg 14.2 Release Notes

Top comments (0)