Resources from Sara: - a good resource on understanding inheritance in react: [https://www.pluralsight.com/guides/react.js-and-inheritance](https://www.pluralsight.com/guides/react.js-and-inheritance) - a resource on `extends` and `super` in JS OOP: [https://medium.com/beginners-guide-to-mobile-web-development/super-and-extends-in-javascript-es6-understanding-the-tough-parts-6120372d3420](https://medium.com/beginners-guide-to-mobile-web-development/super-and-extends-in-javascript-es6-understanding-the-tough-parts-6120372d3420) - [Thinking in React](https://reactjs.org/docs/thinking-in-react.html) ![pluralsight.com](https://slack-imgs.com/?c=1&o1=wi32.he32.si&url=https%3A%2F%2Fs2.pluralsight.com%2Ffavicon.ico)pluralsight.com [React.js and Inheritance | Pluralsight](https://www.pluralsight.com/guides/react.js-and-inheritance) Pluralsight Guides ![Medium](https://slack-imgs.com/?c=1&o1=wi32.he32.si&url=https%3A%2F%2Fmiro.medium.com%2Ffit%2Fc%2F152%2F152%2F1*sHhtYhaCe2Uc3IU0IgKwIQ.png)Medium [“Super” and “Extends” In JavaScript ES6 - Understanding The Tough Parts](https://medium.com/beginners-guide-to-mobile-web-development/super-and-extends-in-javascript-es6-understanding-the-tough-parts-6120372d3420) ES6 has made JavaScript look a lot simpler with the class syntax and its additional features. Today we are going to combine the class…