Skip to content
View navidbgh's full-sized avatar

Block or report navidbgh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. key-finder key-finder Public

    Keyboard key tracker made in React.

    JavaScript 9

  2. react-svg-component react-svg-component Public

    JavaScript 2

  3. 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'));
    4
    
                  
    5
    import { ComponentType, lazy } from 'react';
  4. cors-anywhere cors-anywhere Public

    Forked from Rob--W/cors-anywhere

    CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.

    JavaScript