Skip to content

Commit

Permalink
feat(docs): add acknowledgement and release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbedi committed Feb 2, 2020
1 parent 71f6a39 commit b7c3bda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ A tiny library that enables side effects with the useReducer hook
- [Examples](#examples)
- [🔗 API Call](#%f0%9f%94%97-api-call)
- [🔗 Logging](#%f0%9f%94%97-logging)
- [Acknowledgments](#acknowledgments)
- [Contributors](#contributors)

## The Problem
Expand Down Expand Up @@ -168,6 +169,10 @@ const MyComponent = () => {

> Use createSideEffectReducer to create a useReducer like hook that logs all actions and state changes.
## Acknowledgments

This library is greatly inspired by the idea of [ngrx effects](https://ngrx.io/guide/effects), which is an awesome library if your working with Angular.

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down

0 comments on commit b7c3bda

Please sign in to comment.