typescript-partial-lib-dom
For projects that may or may not run on a browser, like websites with SSR, sets all browser global variables like `window` or `document` as eventually undefined for better type-proofing
react-optimized-effects
This React package optimizes the usage of useEffect, eliminating unnecessary re-renders, and efficiently handling multiple API calls. It analyzes dependencies to trigger effects only when needed, ensuring optimal performance. Prevent redundant network req
react-api-wrapper-hook
A flexible React hook for handling API calls with support for axios and apisauce API wrappers.