DEV Community

Cover image for How to make your functional React components perform better (with useCallback and memo)

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

Konstantin Meiklyar on November 02, 2019

These days I am getting into React after 4 years of AngularJs and Angular 2+. I really like the unopinionated nature of this library and the flexib...
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! :)