You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ React Hooks Snippets is a [Visual Studio Code](https://code.visualstudio.com/) e
36
36
|`irh`|`import React` (and common hooks) |
37
37
|`urh`|`useRef`|
38
38
|`urdh`|`useReducer`|
39
-
|`prev`| use previous state|
40
39
|`irrh`| import react redux hooks |
41
40
|`uss`|`useSelector`|
42
41
|`usdf`|`useDispatch`|
@@ -56,7 +55,13 @@ Launch VS Code Extension Marketplace (Ctrl+Shift+X), search for `React Hooks Sni
56
55
57
56
## Contributing
58
57
59
-
Submit a pull request with your proposed fixes, changes, and/or improvements and I'll take a look!
58
+
There are two ways to contribute:
59
+
60
+
#### Code
61
+
Submit a pull request with your proposed fixes, changes, and/or improvements. All are welcome!
62
+
63
+
#### Coffee
64
+
<ahref='https://www.buymeacoffee.com/alduncanson'target='_blank'><imgsrc='https://cdn.buymeacoffee.com/buttons/default-orange.png'alt='Buy Me A Coffee'height='34'width='144'></a>
60
65
61
66
## License
62
-
Usage is provided under the [MIT License](https://opensource.org/licenses/MIT). See LICENSE.txt for the full details.
67
+
Usage is provided under the [MIT License](https://opensource.org/licenses/MIT). See [LICENSE.txt](https://github.com/alDuncanson/react-hooks-snippets/blob/master/LICENSE.txt) for the full details.
0 commit comments