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
[React.js and Inheritance | Pluralsight](https://www.pluralsight.com/guides/react.js-and-inheritance)
Pluralsight Guides
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…