Jatin Ramanathan offered a behind-the-scenes look at the Wiz framework, which is set to integrate with Angular. Meanwhile, John Papa discussed the latest capabilities of Copilot within VSCode.
Inside Wiz
Although Jatin Ramanathan isn't a familiar face in the Angular community, he serves as the primary maintainer for Google's Wiz framework, which recently declared its intention to merge with Angular. He appeared as a guest on Ryan Carniato's live stream to break down how Wiz operates.
The conversation kicked off by illustrating Wiz's model through its most prominent application: Google Search.
Broadly speaking, the takeaway is that Wiz prioritizes server-side rendering, while client-side JavaScript feels more like an add-on when compared to Angular.
As the creator of SolidJs, a frontend framework, Ryan kept the dialogue both conceptual and technically detailed.
The stream ran for 2.5 hours and offers a glimpse into the direction Angular may be heading.
Copilot Within VSCode
AI's growing influence on software development is no secret. At ng-conf, Microsoft's John Papa delivered a session focused on leveraging Copilot in VSCode, and the full recording is now up on YouTube.
The talk walked through the various available features, the internal security protocols Copilot implements, and the notion that AI primarily reshapes the developer experience rather than replacing developers outright.
John also cautioned that you shouldn't assume the generated code is flawless. So, avoid simply copying and pasting it.
Interactive Angular Compiler
Matthieu Riegler has launched an interactive Angular compiler website. It displays the compiled output for a given component source. If you're curious about the internals, it's worth a visit.
"Developer Preview" vs. "Experimental Mode"
At last, there's a written clarification for the phrases "Developer Preview" and "Experimental". As mentioned many times before, developer preview offers a relatively stable experience, but proceed with caution when using experimental features (since they are, after all, experimental).
https://github.com/angular/angular/blob/main/docs/DEV_PREVIEW_AND_EXPERIMENTAL.md
