I asked another question that involved inheritance among React components. One answer stated that inheritance is counter-indicated for React components. I can construct examples where inheritance could add clarity and reduce code. Is inheritance an anti-pattern for React components? Why or why not?
extends