Closed Pratik1968 closed 2 months ago
Navigation was getting stuck when the user used sliding navigation.
Added a throttle function to reduce API calls. Added a shallow equal check to see if the response data has changed; if it has, update the state.
Before
Navigation was getting stuck when the user used sliding navigation.
Now
Added a throttle function to reduce API calls. Added a shallow equal check to see if the response data has changed; if it has, update the state.