Tag: dev
All the articles with the tag "dev".
Efficient API Polling in Redux RTK Query with EtagCacher
Posted on:March 22, 2024How to build a reusable caching utility that optimises API requests through ETag tracking and smart polling strategies
Merging Coverage from Jest and Cypress
Posted on:September 19, 2023How to unify unit and E2E test coverage into a single report. Solving inconsistency issues between SWC (Next.js/Jest) and Babel (Cypress).