React Life-Cycle
There are three main phases of the react life-cycle, which are the mounting phase, the updating phase and the unmounting phase.
The mounting phase is when a component is first created and inserted into DOM (Document Object Model). In this phase, seve...
lizzy.hashnode.dev1 min read