Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 456 Bytes

File metadata and controls

7 lines (4 loc) · 456 Bytes

React: Managing Complex Interactions

This LinkedIn Learning Course shows how to add and manage complex interactions in React using states and some useful third-party libraries. Learn how to add hover and click interactions, navigation popups, grids and galleries, scrolling, and more.

NB

Original course published in 2018 and used Class components. I used hooks throughout.