0.0.15 • Published 10 years ago

react-component-module v0.0.15

Weekly downloads
53
License
-
Repository
github
Last release
10 years ago

This is a starter project for using modular react components via npm

NPM Build Status

usage

npm install --save react-component-module

use case

import React from 'react';
import ReactDOM from 'react-dom';
import App from 'react-component-module'

ReactDOM.render(
  <App />,
  document.getElementById('root')
);
0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago