react-umd-loader

1.1.0 • Public • Published

react-umd-loader experimental

npm version

Async load any remote UMD compatible React component into your app.

This component use script.js for loading the remote component.

See also : React SystemJS loader

Usage

You can use unpkg.com or whatever hosting. The only requirement is that the build supports UMD.

This example loads the remote react-json-viewer component into our app

import UmdLoader from 'react-umd-loader'
 
let cmp = (<UmdLoader url="https://npmcdn.com/react-json-viewer@1.0.9" name="ReactJSONViewer" props={ props }>
             <p>Loading remote component...</p>
           </UmdLoader>);
 

As UMD exposes objects on window, you also need to define the name of the final module.

Dev

This project use the great react-component-boilerplate

Package Sidebar

Install

npm i react-umd-loader

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • revolunet