In this example-based article I want to quickly cover different ways to send multiple parameters to your event handling function without having to sell your soul to Satan. Let’s take a quick look at a fake use case so we’re all on the same page. Pretend you have a list of items on a fake checkout cart, each item has many properties and upon clicking one of the buttons, you need to delete it.

12m read timeFrom blog.openreplay.com
Post cover image
Table of contents
The example use case#1. Using an inline arrow function#2. Using the useCallback hookOpen Source Session Replay#3. Using data attributes

Sort: