Mukesh JangidFeb 26, 20232 min readThe Power of Hooks: Enhancing React Functional Components with Lifecycle MethodsLifecycle methods are really important to perform any specific action at a particular point in the components' lifecycle. Earlier there...
Mukesh JangidFeb 25, 20232 min readOptimize FlatList with the power of useMemo and useCallbackReact Native is a powerful framework for building mobile apps. However an app grows with lots of features and modules, it can become slow...