In a react component, getting data from Context API and categorize according certain condition in the component state
I have job details data in my Context.js which will be the global data for my application. I want to use that data inside my Search.js component and categorize in a certain manner. How can I do that? Here is my code Context.js will looks like this. i...
Oct 23, 2018GC