react-aspect

1.0.0 • Public • Published

react-aspect

aspect-oriented programming in React

NPM JavaScript Style Guide

Install

npm install --save react-aspect

Usage

import React, { Component } from 'react'

import MyComponent from 'react-aspect'

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

License

MIT © wooheemusic

/react-aspect/

    Package Sidebar

    Install

    npm i react-aspect

    Weekly Downloads

    6

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    9.22 kB

    Total Files

    4

    Last publish

    Collaborators

    • wooheemusic