From 403354037e5046963d26e8b290a72eeeae0307fa Mon Sep 17 00:00:00 2001 From: zeromake Date: Fri, 9 Feb 2018 09:26:33 +0800 Subject: [PATCH] docs: update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d6d8cad..7ed2ed1 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,10 @@ copy to [preact](https://github.com/developit/preact) - unmountComponentAtNode - unstable_renderSubtreeIntoContainer - Children +- add react 16 api: + - createRef + - Component.getDerivedStateFromProps +- deprecated: + - Component.prototype.componentWillMount + - Component.prototype.componentWillReceiveProps + - Component.prototype.componentWillUpdate