30 Days of React: Day 14 | Component Life Cycle
- styling done with mostly .css; styles copied from previous day (Day 13) with minor changes
- folders not containing primary components renamed by inserting trailing
_
(experimental) - Component Life Cycle in table form with links to official documentation
- React Life Cycle Diagram [1]
- Rest Countries API: https://restcountries.com/v3.1/all
- React Life Cycle Methods Diagram by Wojciech MAJ [1]
- React Components official documentation