Ahtisham ShahzadExploring useImperativeHandle in React: Customizing Refs with DependenciesIn React, refs are often used to directly access or manipulate DOM elements. However, there are scenarios where you might want to expose a…Jun 14Jun 14
Ahtisham ShahzadUnderstanding useDeferredValue in React 18: Enhancing Performance with Deferred State UpdatesAs React developers, optimizing the performance of our applications is always a priority. One powerful tool for achieving this is the…Jun 13Jun 13
Ahtisham ShahzadHow to configure redux store with redux-logger using redux toolkitinstall redux-loggerSep 24, 2021Sep 24, 2021
Ahtisham ShahzadRedux toolkit Part 3How to configure redux store with saga using redux toolkitSep 24, 2021Sep 24, 2021
Ahtisham ShahzadHow to persist redux store using redux toolkit Part 2intall redux-persistSep 24, 2021Sep 24, 2021
Ahtisham ShahzadHow to setup redux store using redux toolkit Part 1install below mention librarySep 24, 2021Sep 24, 2021
Ahtisham ShahzadUpload react native build to testFlight1. open ios/ {projectname}.xcworkspace in xcodeJun 1, 2021Jun 1, 2021
Ahtisham ShahzadHow to integrate multi language support in react nativeintsall react-i18next i18next # npm $ npm install react-i18next i18next — save #yarn $ yarn add react-i18next i18next — saveNov 12, 20201Nov 12, 20201