Subscribe to:
Post Comments (Atom)
What is diffing algorithm?
React needs to use algorithms to find out how to efficiently update the UI to match the most recent tree. The diffing algorithms is genera...
-
1- Better application’s performance as compare to other technology as React has very less dependent on external library to build and run t...
-
React needs to use algorithms to find out how to efficiently update the UI to match the most recent tree. The diffing algorithms is genera...
-
1.Whenever we call setState() method React Component get re-render. 2. State object is used to mentain Component level data which value we...
No comments:
Post a Comment