Skip to content

Commit

Permalink
Mention contributing in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianobermiller committed Nov 5, 2018
1 parent 27a8c07 commit 92ee570
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,10 @@ You're not memoizing the `mapState` function. Either declare it outside of your
stateless functional component or wrap it in `useCallback` to avoid creating a
new function every render.

## Future
## Contributing

Contributions welcome!

- Add `useMappedDispatch`, which is analagous to `mapDispatchToProps`
- Add tests using Karma (hooks don't seem to run correctly in JSDOM yet)
Contributions are definitely welcome! Check out the [issues](https://github.com/ianobermiller/redux-react-hook/issues)
for ideas on where you can contribute.

## License

Expand Down

0 comments on commit 92ee570

Please sign in to comment.