chore: add initial conclusion

This commit is contained in:
Corbin Crutchley
2023-01-01 06:16:40 -08:00
parent 2e14ca3d2d
commit 89cee3eeeb

View File

@@ -919,3 +919,8 @@ export class AppComponent {
}
```
# Conclusion
Hopefully, this has been a helpful insight into how Angular's change detection works under-the-hood, both with and without Zone.js. With this knowledge, you should be able to optimize your applications by discovering the patterns where your code may be causing too many re-renders at once.
If you found this article useful, you should check out [my upcoming book series, The Framework Field Guide](https://framework.guide), where I teach React, Angular, and Vue from the basics all the way to super advanced deep-dives such as this. (psst, all three books are free!)