FractionalRadix commented on React Quickly, Second Edition by Azat Mardan
Chapter 5 shows how a functional React application (as opposed to a class-based React application) can have state, with the useState hook. This is also our first introduction to React hooks.