DEV Community

Discussion on: How to make your functional React components perform better (with useCallback and memo)

Collapse
 
mstankov profile image
mstankov

Hi Konstantin,

Well done on your first React piece!

I particularly liked the well-explained, detailed examples! Please consider continuing the "performance optimizations" topic :) Perhaps with something like the new Suspense API and how it handles data fetching

Collapse
 
shadowwarior5 profile image
Konstantin Meiklyar

Thanks a bunch! You're welcome!
I will definitely consider doing that! :)