#reactjs #webperf #ux ๐ New interaction: openPanelOnActionClick
<Button onClick={() => openPanel('editUser', userId)}> Edit User </Button> // Panel opens and focuses on the first action input automatically Have you tried a zero-delay panel pattern? If not, your users will thank you for this one. openpanelonactionclick
onClick={() => openPanel('quickEdit', id)} Try it. Thank me later. Button onClick={() =>