What every front-end developer should know about change detection in Angular and React #79
Replies: 4 comments 7 replies
-
Hey Max, thanks for this great writeup! It was really helpful to me coming from an angular background |
Beta Was this translation helpful? Give feedback.
-
Why does React not use automatic change detection just like Angular? |
Beta Was this translation helpful? Give feedback.
-
There is a typo in the paragraph: |
Beta Was this translation helpful? Give feedback.
-
Thanks Max, this is very helpful for me. I have worked with Angular for a long time and understand how it works now I start working with React so I also wanted to know how it works behind the sense (change detection and when to trigger the process). Then I found your post, it was written in 2018 but is still valid in 2022. "...schedule a change detection run after the application code has finished executing" - this is a very great wrap-up. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Dive into change detection by learning the problems it solves and studying basic implementation with browser API. Then go through implementation details of change detection in Angular and React for complete understanding.
Read the article here.
Beta Was this translation helpful? Give feedback.
All reactions