Reactjs – Sharing values between pages react- context not working
I have a react project where a user is able to input a value within the Searchbar.js file, which is then return the data from an api call on the Shop.js file. What I am trying to do is get…