1.0.4 • Published 6 years ago

reactext-devtool v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

This package is used in tandem with the reactext devtool found in the chrome web store.This package ads unique identifiers into the React Context object to allow tracking of Provider/Consumer relationships.

To use this package, import reactext-devtool into any file that is initializing a new Context instance. Invoke the reactext-devtool function and pass the in the React instance.

Ex: import React from 'react'; import Reactext from 'reactext-devtool'; Reactext(React);