Published onDec 29, 20232 mins readAvoid redundant API calls in NextJS app routerLearn how to reduce redundant API calls and improve user experience in NextJS using React.cache.
Published onMay 24, 202110 mins readBuilding our own store management library like ReduxReact comes with hooks and also it has a powerful context API. We are going to take advantage of these two features and build a state management system.