I proud of my use of useContext after realizing that prop-drilling was not the most effective choice for all the components in this project. I hit a brick walling trying to prop drill multiple variables across multiple components, but thats a good thing because we learn through failure
I would plan appropriately and map out the structure of my components
What challenges did you encounter, and how did you overcome them?challenges: Prop-drilling not being effective for every component, getting used to making components as opposed to several functions in plain Javascript
I used useContext so I could import any component I want into any component necessary and broke down my application into small components to get used to using components
What specific areas of your project would you like help with?Modularity, some of my functions are not able to be exported and added to another project without additional code