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.

5 lines (3 loc) 96 B
import Context from './Context' export withContext from './withContext' export default Context