|
4 | 4 |
|
5 | 5 | # React Hooks Snippets
|
6 | 6 |
|
7 |
| -React Hooks Snippets is a [Visual Studio Code](https://code.visualstudio.com/) extension to make writing [React Hooks](https://react.dev/reference/react/hooks) easier and faster! |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +A [Visual Studio Code](https://code.visualstudio.com/) extension that adds snippet functionality for [React Hooks](https://react.dev/reference/react/hooks). |
| 14 | + |
| 15 | +> Now updated to support all of the new hooks introduced in [React v19](https://react.dev/blog/2024/12/05/react-19)! |
8 | 16 |
|
9 | 17 | ## Supported Hooks
|
10 | 18 |
|
@@ -54,26 +62,25 @@ React Hooks Snippets is a [Visual Studio Code](https://code.visualstudio.com/) e
|
54 | 62 | | `uash` | `useActionState` |
|
55 | 63 | | `uoh` | `useOptimistic` |
|
56 | 64 |
|
57 |
| -## Add to your project |
| 65 | +## Install |
58 | 66 |
|
59 |
| -There are 2 ways you can add React Hooks Snippets to your project: |
| 67 | +Add the React Hooks Snippets extension to VS Code using one of the following methods: |
60 | 68 |
|
61 | 69 | ### By command
|
62 | 70 | Launch VS Code Quick Open (`Ctrl+P`), paste `ext install AlDuncanson.react-hooks-snippets`, and press enter.
|
63 | 71 |
|
64 |
| -### By the Extension Marketplace |
65 |
| -Launch VS Code Extension Marketplace (Ctrl+Shift+X), search for `React Hooks Snippets`, and look for my logo! |
| 72 | +### By the Marketplace UI |
| 73 | +Launch VS Code Extension Marketplace UI (`Ctrl+Shift+X`), search for `React Hooks Snippets`, and look for my logo! |
66 | 74 |
|
| 75 | +### By the Marketplace website |
| 76 | +Visit the extension's [Visual Studio Marketplace page](https://marketplace.visualstudio.com/items?itemName=AlDuncanson.react-hooks-snippets) and click `Install`. |
67 | 77 |
|
68 |
| -## Contributing |
69 | 78 |
|
70 |
| -There are two ways to contribute: |
| 79 | +## License |
| 80 | +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. |
71 | 81 |
|
72 |
| -### Code |
73 |
| -Submit a pull request with your proposed fixes, changes, and/or improvements. All are welcome! |
| 82 | +## Support My Work |
74 | 83 |
|
75 |
| -### Coffee |
76 |
| -<a href='https://www.buymeacoffee.com/alduncanson' target='_blank'><img src='https://cdn.buymeacoffee.com/buttons/default-orange.png' alt='Buy Me A Coffee' height='34' width='144'></a> |
| 84 | +If you like this extension, please consider supporting me by buying me a coffee! |
77 | 85 |
|
78 |
| -## License |
79 |
| -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. |
| 86 | +<a href='https://www.buymeacoffee.com/alduncanson' target='_blank'><img src='https://cdn.buymeacoffee.com/buttons/default-orange.png' alt='Buy Me A Coffee' height='34' width='144'></a> |
0 commit comments