A self-motivated front-end developer
- Tehran, Iran
- https://www.linkedin.com/in/navidbgh/
- @navid_bgh
Pinned Loading
-
-
-
This utility function retryDynamicIm...
This utility function retryDynamicImport enhances React’s lazy loading mechanism by adding retry logic with a versioned query parameter. It retries importing a component multiple times in case of failure, which can be useful for bypassing browser cache or dealing with intermittent network issues. It can be used as a drop-in replacement for React.lazy for dynamically imported components. 1// Usage:2// Replace React.lazy(() => import('x'));3// with retryDynamicImport(() => import('x'));45import { ComponentType, lazy } from 'react';
-
cors-anywhere
cors-anywhere PublicForked from Rob--W/cors-anywhere
CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.