In this tutorial, we are going to be going over State within Class Based Components. Now what state is, is an object that belongs to the component. This object can be changed through a method called setState. When changes are detected, this triggers a re-render which updates the UI. An Event Handler is just a function that executes when an event occurs.