Memo is a HOC (high-order component), an advanced technique in React for reusing component logic, they are a pattern that emerges from React’s compositional nature. As Memo its totally related with performance, we need to have in mind the process of rendering in React, to help in this, i will…