We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbe0d6 commit a403929Copy full SHA for a403929
1 file changed
README.md
@@ -2,8 +2,8 @@
2
3
This is an experimental implementation of React hooks on [react-basic](https://github.com/lumihq/purescript-react-basic).
4
5
-*Warning:* This API is *experimental* and relies on alpha-release React versions.
6
-It's here to allow experimentation while we get feedback on the API and wait for an official React release which supports hooks.
+*Warning:* This API is *experimental* and relies on recent React versions (>= 16.8.0).
+It's here to allow experimentation while we get feedback on the API.
7
For more info on hooks, see [React's documentation](https://reactjs.org/docs/hooks-intro.html).
8
9
I recommend using PureScript's new "qualified do" syntax while using this library (it's used in the examples, the `React.do` bits).
0 commit comments