Skip to content
View allpro's full-sized avatar
Block or Report

Block or report allpro

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

  1. layout layout Public

    jQuery UI Layout v1.x plugin

    JavaScript 269 140

  2. form-manager form-manager Public

    Form/Data Manager for React forms, particularly Material UI controls

    JavaScript 9

  3. react-router-pause react-router-pause Public

    Helper for React-Router to add asynchronous route blocking and resuming

    JavaScript 16 3

  4. react-nav-tabs react-nav-tabs Public

    Wrapper for Material UI Tabs to integrate them with React Router

    JavaScript 5

  5. react-fluid-grid react-fluid-grid Public

    React component for creating grid-like responsive flow

    JavaScript 5

  6. Dynamic Import of a named-export Dynamic Import of a named-export
    1
    /*
    2
     * React.lazy helper for named-export components, instead of default-export
    3
     *
    4
     * @example const Comp = React.lazy(() => importNamed('./Component', 'Name'))
    5
     *