@sc0ttyd/rrmodule

1.2.0 • Public • Published

rrmodule

React Redux App Module System

NPM JavaScript Style Guide

Install

npm install --save rrmodule

Usage

import React, { Component } from 'react'

import MyComponent from 'rrmodule'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © sdd

/@sc0ttyd/rrmodule/

    Package Sidebar

    Install

    npm i @sc0ttyd/rrmodule

    Weekly Downloads

    0

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    498 kB

    Total Files

    6

    Last publish

    Collaborators

    • sc0ttyd