Question d’entretien chez Tekion

Write a react based code for simple 3 pane layout app, the width of the panel should be draggable and can be dynamically change by the user.

Réponse à la question d'entretien

Utilisateur anonyme

21 avr. 2023

Essentially listen to mouseUp, mouseDown and mouseMove events and use React setState functionality to make the code working.