0.0.0 • Published 6 years ago
@dabapps/connect-hoc v0.0.0
@dabapps/connect-hoc
Types for react-redux connect that work inside HOCs
Install
npm i @dabapps/connect-hoc -P(-P is shorthand for --save-prod and will add it to your package.json dependencies)
Usage
import { ConnectHOC } from '@dabapps/connect-hoc';
import { connect } from 'react-redux';
// ...
(connect as ConnectHOC)<StateProps, DispatchProps, Etc>(
mapStateToProps,
mapDispatchToProps
)(MyComponent);Contributing
- Clone the repo
- Ensure you are using the correct version of node with nvm
- Install dependencies with
npm ci - Make your changes
- Run tests with
npm test - Open pull request
Code of conduct
For guidelines regarding the code of conduct when contributing to this repository please review https://www.dabapps.com/open-source/code-of-conduct/
0.0.0
6 years ago