HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mgechev

no profile record

投稿

[untitled]

1 ポイント·投稿者 mgechev·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 mgechev·4 か月前·0 コメント

Show HN: Skill Eval – A framework for testing the quality of AI agent skills

blog.mgechev.com
1 ポイント·投稿者 mgechev·4 か月前·0 コメント

A Style Guide for AI Agent Skills

github.com
2 ポイント·投稿者 mgechev·5 か月前·0 コメント

Google Open-Sources "Codegen Scorer" to Improve AI-Generation for Web Frameworks

blog.angular.dev
3 ポイント·投稿者 mgechev·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 mgechev·昨年·0 コメント

[untitled]

1 ポイント·投稿者 mgechev·昨年·0 コメント

Angular Ships Incremental Hydration

blog.angular.dev
9 ポイント·投稿者 mgechev·2 年前·1 コメント

コメント

mgechev
·2 年前·議論
Edit: in v17.3 we have a minimal dependency on RxJS in ApplicationRef and NgZone, but in practice, it's unlikely that you'd need to use these APIs. In the following versions, we'll remove these dependencies and introduce interop APIs as well.
mgechev
·2 年前·議論
Performance always needs to be a priority for a team to hit satisfying metrics.

Wiz is designed to make it harder to get bad metrics if performance is not your top goal.
mgechev
·2 年前·議論
Yes, via Angular.
mgechev
·2 年前·議論
It introduced very fine-grained code loading on interaction and something the community refers to as resumability.
mgechev
·2 年前·議論
At this point, we are not anticipating to have to develop a new rendering engine at this point, so it should be a more incremental effort than Ivy.

As an Angular developer you could expect new features and developer experience improvements. Also over time you’d see more of Angular used in popular consumer Google products.
mgechev
·2 年前·議論
Merging is the ultimate goal! Both teams are already working closely together on shared designs and specific implementations.
mgechev
·2 年前·議論
We’re going to share a blog post with more details in the next couple of days.
mgechev
·2 年前·議論
We’re building infrastructure for these products rather than the products themselves.

I’ll be happy to answer questions about Angular and our collaboration with Wiz :)
mgechev
·2 年前·議論
Fundamentally they are similar to Preact Signals, Solid Signals, Vue signals, etc.

We took some different trade-offs and listed the details here https://github.com/angular/angular/discussions/49683
mgechev
·2 年前·議論
>...but I HATE rxjs and the complexity of it. And the whole thing on top of rxjs, ngrx. You can't just simply take one value and compare it, no you have to use pipes and rxjs.

We're working on making RxJS optional. In v17.3 `@angular/core` no longer has a dependency on RxJS. In the long-term we'll enable a path forward without RxJS for other core modules as well.

That said, we're providing an interop package that enables even better RxJS support for people who make the decision to use it.
mgechev
·2 年前·議論
Hey everyone, I'm working on this at Google and would be happy to answer your questions :)

The tldr; is that we see a lot of similar requirements from developers across Angular and Wiz, so we're looking for opportunities to reuse work. Good example is the Angular Signals library that's now used in all the YouTube Mobile Web. In a similar way, Angular is bringing more fine-grained code loading that Wiz offers.

Over time, we'll continue focusing on what's best for developers and incorporating the best from Wiz in Angular, and vice versa. At the end we can end up with one framework, or continue to coexist.

In the next couple of weeks we'll follow up with a blog post that explains our plan in more details.