Javascript – Trouble understanding how to maintain API data state between components
I am having an issue where, if I load my page for the first time things work perfectly fine. However when I try to navigate to another page, my api data is just completely lost. Here is my tree: App…