Skip to content
View allpro's full-sized avatar

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.

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. layoutlayoutPublic

    jQuery UI Layout v1.x plugin

    JavaScript 268 135

  2. form-managerform-managerPublic

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

    JavaScript 10 1

  3. react-router-pausereact-router-pausePublic

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

    JavaScript 16 3

  4. react-nav-tabsreact-nav-tabsPublic

    Wrapper for Material UI Tabs to integrate them with React Router

    JavaScript 6

  5. react-fluid-gridreact-fluid-gridPublic

    React component for creating grid-like responsive flow

    JavaScript 5

  6. Dynamic Import of a named-exportDynamic 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
     *