If you've learned object-oriented programming in languages like Java or C++, you've been taught that inheritance is the way to reuse code. Create a base class, extend it, override methods — it's the OOP way.

But React's official documentation says something surprising: "At Facebook, we use React in thousands of components, and we haven't found...