Components in Ember are great for reusing code throughout our application. We’ll see how each instance of an Ember component has isolated state and we can over ride as well as set default values.
In this lesson, we will learn how to make a simple, reusable component within an Ember application.