Skip to content
View DBodrov's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report DBodrov

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. neutrino-ui neutrino-ui Public

    react components library

    TypeScript

  2. snippets snippets
    1
    yarn add --dev -W @babel/cli @babel/core @babel/preset-react @babel/preset-env @babel/plugin-syntax-dynamic-import @babel/preset-typescript babel-eslint babel-jest babel-loader classnames eslint webpack webpack-cli ts-node typescript @testing-library/react @types/classnames @types/jest @types/node @types/react @types/react-dom 
    2
    
                  
    3
    // Webpack loaders/plugins
    4
    yarn add -DW mini-css-extract-plugin babel-loader css-loader file-loader html-webpack-plugin node-sass optimize-css-assets-webpack-plugin postcss-import postcss-loader postcss-preset-env raw-loader sass-loader style-loader url-loader webpack-cli webpack-merge webpack-dev-server
    5
    
                  
  3. a3-payment-pf a3-payment-pf Public

    TypeScript

  4. xsell-ui xsell-ui Public

    TypeScript

  5. fetch with abort fetch with abort
    1
    function useAbortController() {
    2
      const abortControllerRef = React.useRef()
    3
      const getAbortController = React.useCallback(() => {
    4
        if (!abortControllerRef.current) {
    5
          abortControllerRef.current = new AbortController()