CHAPTER 4
Sophisticated Interactions
Having the correct expected functionality, fast load times, and a great perceived performance is not enough for an application by today’s standards. The interface must also be refined, smooth, and include sophisticated interactions such as animated elements and drag-and-drop interactions.
Animation in React
React provides a default way of dealing with animations with its high level ReactCSSTransitionGroup (part of the add-ons module). The ReactCSSTransitionGroup is not full stack animation library. It doesn’t feature value interpolation, timeline management, or chaining, for example, but it does facilitate ...
Get Pro React now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.