4. Working with Events and State
Learning Objectives
By the end of this chapter, you will be able to do the following:
– Add user event handlers (for example, for reacting to button clicks) to React apps.
– Update the UI via a concept called state.
– Build real dynamic and interactive UIs (that is, so that they are not static anymore).