Building a Swipeable List with React
In this tutorial, you will learn how to create a react list component where each element can be swiped to trigger an action.
A typical example of this is "swipe to delete" used in many android applications.
We will discover, how we can build such a list using nothing but react itself.
Also, you ...
March 1, 2019 10 min read