Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi committed Apr 8, 2019
1 parent 652ab60 commit 5509f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ That said, it might sound a bit complicated but it is not. `Hookleton` was creat

Does _Hookleton_ make your life a little more easy? Consider <a href="https://www.buymeacoffee.com/4H8KhlSxM" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

## Design pattern definition
The *Hookleton Pattern* is a software design pattern that restricts the calls to a provided React Hook to a single component and uses a pub/sub mechanism to manage communication with the rest of user components of the hook


## Benefits

- Zero dependencies (only React Hook)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookleton",
"version": "0.4.7",
"version": "0.4.8",
"description": "globalize your React Hooks without fear using the Hookleton Pattern",
"main": "lib/index.js",
"react-native": "lib/index.js",
Expand Down

0 comments on commit 5509f78

Please sign in to comment.