You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
> Click :star:if you like the project. Pull Request are highly appreciated. Follow me [@SudheerJonna](https://twitter.com/SudheerJonna) for technical updates.
4
4
5
+
## Downloading PDF/Epub formats
6
+
7
+
You can download the PDF and Epub version of this repository from the latest run on the [actions tab](https://github.com/sudheerj/reactjs-interview-questions/actions).
8
+
5
9
### Table of Contents
6
10
7
11
| No. | Questions |
@@ -889,12 +893,15 @@
889
893
The *Virtual DOM* works in three simple steps.
890
894
891
895
1. Whenever any underlying data changes, the entire UI is re-rendered in Virtual DOM representation.
896
+
892
897

893
898
894
899
2. Then the difference between the previous DOM representation and the new one is calculated.
900
+
895
901

896
902
897
903
3. Once the calculations are done, the real DOM will be updated with only the things that have actually changed.
0 commit comments