Ayush KumarforNamaste React - Blognamaste-react.hashnode.dev·Sep 22, 2024Higher Order Component (HOC) - promoted tag🚀 Higher Order Components input is component and output is (modified) component // FileName: 📂Restaurant Card const RestaurantCard = ({ data }) => { .... .... } export const withPromotedLabel = (RestaurantCard) => { return (props) => { ...Higher Order ComponentsAdd a thoughtful commentNo comments yetBe the first to start the conversation.