DEV Community

Ankita Sinha
Ankita Sinha

Posted on

Event handling with refs in react

Event Handling mouse events with React refs

0

Hi I am trying to convert the below HTML and vanilla JS for Sliders with multiple thumbs code to React class component but facing some issue while attaching event handlers to refs Any suggestions to replicate the same behavior?

Slider.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible"

Top comments (0)