Пропустить до содержимого
angular challenges logo Angular Challenges

🟠 Big Signal Performance

Испытание #53

Это содержимое пока не доступно на вашем языке.

Создано Thomas Laforge

Information

For this challenge, you can imagine a large-scale application where you use a service to save and retrieve your user state at any time within the application.

The problem is that updating a single user property updates the entire application.

I added the CDFlashingDirective to visualize when one component is rendering.

Statement

With signals, you can now be more fine-grained in what the UI is rendering. The goal of this challenge is to understand why everything is re-rendering and to refactor the application to be more performant.

Контрибьюторы

Спасибо всем контрибьюторам которые помогли сделать эту документацию лучше!

  • tomalaforge
  • jdegand