Skip to content
View mlnor27's full-sized avatar

Block or report mlnor27

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. "useFetch" - A little React hook to ... "useFetch" - A little React hook to handle HTTP request
    1
    import { useEffect, useReducer, useRef } from "react";
    2
    
                  
    3
    const initialState = {
    4
      isLoading: false,
    5
      data: null,
  2. A little lazyloaded image component ... A little lazyloaded image component using IntersectionObserver API
    1
    import React, { useEffect, useRef, useState } from "react";
    2
    import { string } from "prop-types";
    3
    
                  
    4
    const usePrevious = value => {
    5
      const ref = useRef();
  3. rollup-plugin-postcss rollup-plugin-postcss Public

    Forked from egoist/rollup-plugin-postcss

    Seamless integration between Rollup and PostCSS.

    JavaScript

  4. react-youtube react-youtube Public

    Forked from tjallingt/react-youtube

    react.js powered YouTube player component

    JavaScript

  5. feather-icons-react feather-icons-react Public

    Forked from ianmiller347/feather-icons-react

    Feather Icons as a React Component

    JavaScript

  6. Express.js-app Express.js-app Public

    CSS