react-module-import

Loads in an external component into your react project. The import includes the component itself, reducer and actions.

Usage no npm install needed!

<script type="module">
  import reactModuleImport from 'https://cdn.skypack.dev/react-module-import';
</script>

README

react-module-import

react module import

IN DEVELOPMENT

Loads in an external module into your react project. The import should include the component itself, a reducer and the actions.

Example below: ...