carbon icon indicating copy to clipboard operation
carbon copied to clipboard

Update to react@18

Open mfix22 opened this issue 3 years ago • 0 comments

  • [ ] Upgrade to react@18
  • [ ] Confirm automatic bracket ({}, (), [], …) completion works correctly
  • [ ] Take advantage of useDeferredValue instead of debouncing in Carbon.js
    • https://reactjs.org/docs/hooks-reference.html#usedeferredvalue
  • [ ] Use useTransition where we have a loading state
    • https://reactjs.org/docs/hooks-reference.html#usetransition
  • [x] Use useId for id={}
    • https://reactjs.org/docs/hooks-reference.html#useid

mfix22 avatar Apr 02 '22 19:04 mfix22