Skip to content

Commit f1b635a

Browse files
committed
Removed EXPERIMENTAL disclaimer
1 parent 67dae2f commit f1b635a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# React Hooks Snippets for Visual Studio Code
22

3-
> The React Hooks API is currently _experimental_. See https://reactjs.org/hooks for more information.
3+
> The React Hooks API is available beginning with React version 16.8. See https://reactjs.org/hooks for more information.
44
55
## Features
66

7-
This extension contributes a handy snippet for the [useState hook](https://reactjs.org/docs/hooks-reference.html#usestate).
7+
This extension includes a handy snippet for the [useState hook](https://reactjs.org/docs/hooks-reference.html#usestate).
88

99
![useState](images/useState.gif)
1010

11-
The second placeholder value is automatically capitalized on <kbd>Tab</kbd>.
11+
\*The second placeholder value is automatically capitalized on <kbd>Tab</kbd>.
1212

1313
There are also a few variations for common initial state values:
1414

@@ -21,14 +21,11 @@ There are also a few variations for common initial state values:
2121

2222
## Requirements
2323

24-
Visual Studio Code 1.25.1 or higher.
24+
- Visual Studio Code 1.25.1 or higher.
25+
- React 16.8.0 or higher.
2526

2627
## "What about the other hooks?"
2728

28-
TBD. After all, Hooks are not officially released yet.
29-
30-
## "But I prefer `let` over `const`."
31-
32-
It's easy enough to [create your own snippet](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets) in VS Code! You can use [this gist](https://gist.github.com/antmdvs/63903d7f98f8d82d0c6463abebb77cd7) as a starting point.
29+
I'll be carefully evaluating the usefulness of snippets for the remaining hooks. Please use GitHub to file/upvote requests for other hooks.
3330

3431
---

0 commit comments

Comments
 (0)