msamgan
msamgan

mohammed samgan khan

@msamgan

Creator of Fx (framework x). 9+ years in designing, coding, and testing robust applications, solving complex problems, and driving project success.

80 Posts 305 Views

  • No matching results...
  • Searching...

/ 255

List of stuff broken so far after php 8.4

1. tighten duster
2. deployer


to be continued..

84

We all have faced this issue one or many times. We need an API call, but not in every refresh or rendering of the component. You cannot just put it in local storage and forget about it because there is a good chance it will get updated sometimes. In this kind of case, what I do is I still use the local storage but use it as a times cache storage. Let me show you how.

msamgan.com/how-i-cache-api-response-with-the-help-of-local-storage-for-enhanced-performance

127