DEV Community

Discussion on: React 18 - New Features & Improvement Strategies

Collapse
 
adelpro profile image
adelpro

Thinks for you article, nice explanation.
I will add to that the use of and lazy loading.
Its a good combination to use its with useTransition hook to show a seamless user experience.

  • Show animation when the component is loading with "Suspense"
  • Show amination when data is fetching with useTransition.
Collapse
 
officialbidisha profile image
Bidisha Das

Thank you so much. I have noted these points.