DEV Community

Cover image for Episode 23/13: Upcoming Signals RFC, Vite in Angular, ng-be Recordings
ng-news
ng-news

Posted on

Episode 23/13: Upcoming Signals RFC, Vite in Angular, ng-be Recordings

Angular 16 will use Vite for ng serve. ng-be published all their talks on YouTube and Ionic 7 was released.

Upcoming RFC for Signals

Last week was quite jam-packed. The most important things, though, happen this week. Today, the 3rd of April, the official RFC for Signals will or is already released.

Tomorrow, on Tuesday, the Angular team will stream a discussion about it on YouTube.

If you read this after Tuesday, grab the recording. It should already be available, or wait for the next episode of ng-news.

Vite in Angular

Enea Jahollari discovered an Angular PR that included Vite. After he tweeted about his discovery, Minko Gechev, Angular product lead, officially confirmed it. It was meant to be a secret, but Angular 16 will use Vite.

Vite is a build tool with a dev server and uses internally esbuild to compile TypeScript. Esbuild is written in Go and is much faster than any JavaScript-based alternative.

Although not 100% correct, you could see Vite as a replacement for Webpack. Vite is quite common in the JavaScript ecosystem, and many tools depend on it. As a consequence, the integration of Vite into Angular will open the door for these tools.

Please note that this is only a partial integration. As Brandon Roberts highlighted, we won't get all advantages of Vite, but that will hopefully change in the future.

Ng-Be Videos

After just two days, ng-be, an Angular conference in Belgium, released all their recordings on YouTube. The conference lasted one day, and it had quite a popular speaker line-up covering various topics. So be sure to check them out.

Belgium’s Angular Conference Ghent, Belgium | 23 & 24 March 2023 https://ng-be.org/2023

favicon youtube.com

New Releases

Ionic was released in version 7. It is used for building native apps in Angular.

Ionic 7 is here! - Ionic Blog

Today, we are excited to announce the release of Ionic 7! This stable release of Ionic comes after several betas and release candidates with improvements suggested by the Ionic community.

favicon ionic.io

Cypress, a testing framework, was released in 12.9.

New for 12.9: Debug Page Run Navigation

With the release of Cypress 12.9, we’re improving our new Debug page by allowing users to navigate between test runs, which will be surfaced and persisted. The Debug page was designed to enhance the CI debugging experience, allowing users to view, investigate, and rerun failed tests recorded to

favicon cypress.io

NGXS, a state management library, hit 3.8.

Top comments (0)