ic-design-system icon indicating copy to clipboard operation
ic-design-system copied to clipboard

refactor(root): improve react code snippets

Open lz405 opened this issue 1 year ago • 2 comments

Improve react code snippets by switching to a more common solution with the react state hook instead of the react ref hook

fix #1086

Summary of the changes

Update the react code snippets and the preview component to use more common react approach

Related issue

1086

Checklist

lz405 avatar Sep 09 '24 14:09 lz405

View your branch deployment here: https://mi6.github.io/ic-design-system-githubpages/branches/1086-ic-popover-menu-improve-react-code-snippets

github-actions[bot] avatar Sep 09 '24 14:09 github-actions[bot]

Sorry I've just approved, but on second thought, I think the variable names will be more in line with other code examples as named handlers, eg: handlePopoverOpen and handlePopoverClose

gd2910 avatar Oct 01 '24 08:10 gd2910