Skip to content

weknow-network/dev-context

Repository files navigation

dev-context

This repo enable to switch from / to dev-context. Under the dev-context you can do cool rendering like counting the render count into adornment.

NPM JavaScript Style Guide

Install

npm install --save dev-context

Usage

import * as React from 'react'

import MyComponent from 'dev-context'

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

License

MIT © bnayae

About

This repo enable to switch from / to dev-context. Under the dev-context you can do cool rendering like counting the render count into adornment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published