UNPKG

react-context-component

Version:

This is a React component that lets you add things in the context. Put simply, the [context feature](https://facebook.github.io/react/docs/context.html) basically lets you to pass some data through all nodes in the components tree.

6 lines (4 loc) 140 B
import Context from './Context'; import _withContext from './withContext'; export { _withContext as withContext }; export default Context;