From a403929ae19bf7996e375fec9cd69a1b9056a1c5 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 25 Feb 2019 15:49:37 +1300 Subject: [PATCH] Update README to reflect that React Hooks are officially released --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c169954..eb52d24 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ This is an experimental implementation of React hooks on [react-basic](https://github.com/lumihq/purescript-react-basic). -*Warning:* This API is *experimental* and relies on alpha-release React versions. -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. For more info on hooks, see [React's documentation](https://reactjs.org/docs/hooks-intro.html). I recommend using PureScript's new "qualified do" syntax while using this library (it's used in the examples, the `React.do` bits).