After reading the documentation of React from their official website and going through a few videos, the most important thing to always keep in mind while creating React projects is how changes will trigger rerendering on the page. For example, when ...