Reactjs – Understand createContext hook
I am new to react and I am a little bit lost with createContext hook. I created a Api component to fetch data from my backend export interface List{ id?: string, sku?: string, name?: string, description?: string, unit_price?: number, image_url?:…