React Native mobile application is working very slow on every click.
I am using react native v0.40.0
and following are the dependencies of my proje
There can be various reasons which makes the react-native app slower. I would suggest the following key points that can help:
dumb components
over class components
wherever possible. redux
, it is a powerful state management tool that can provide you the best code, if implemented properly. react-monocole
and appr
. Guide to react-monocole.