React takes care of creating an instance for every class component, so you can write components in an
object-
oriented way with methods and local state, but other than that, instances are not very important in the
React's programming model and are managed by
React itself.
read more >>