Worked with React
Achieved a personal goal
#100daysofcode Day 36

Still on React, today's learning was remarkable. Tried working on the project myself which is geared towards managing the component tree; how data is passed around from the parent to the child component and majorly how to add and delete data using this process. I came up with a different process and it worked out perfectly without bugs in my console or anywhere.
Initially, I thought states could only be set in the app component but now I find it can be used in the child components too. Quite remarkable.