Installation and setup
Installation
npm install --save react-throughyarn add react-throughBase configuration
import {ThroughProvider} from 'react-through'
const theApp = (
<ThroughProvider>
<App />
</ThroughProvider>
)
ReactDOM.render(theApp, document.getElementById('root'))Individual imports
Let's start
Last updated