September 2017
Intermediate to advanced
528 pages
15h 53m
English
This chapter covers
When you’re working on websites that have a lot of text, such as Wikipedia, it’s a great idea to allow users to get additional information without losing their position and context. For example, you can give them an extra hint in a box when they hover the cursor (see figure 10.1). This hint hover box is called a tooltip.

React is all about UIs and a better UX, so it’s a good fit for a tooltip implementation. Let’s ...