From 280a686acbdd5fb5314089b31cf78bb4cdcbca5d Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Tue, 5 Sep 2017 18:14:47 +0800 Subject: [PATCH] Fix up invalid HTML --- _includes/2017/search-footer.html | 1 + react.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/_includes/2017/search-footer.html b/_includes/2017/search-footer.html index 24d165cd6..2ebfe6ac8 100644 --- a/_includes/2017/search-footer.html +++ b/_includes/2017/search-footer.html @@ -6,6 +6,7 @@ diff --git a/react.md b/react.md index bb9ac6997..29aeb6de7 100644 --- a/react.md +++ b/react.md @@ -6,6 +6,14 @@ ads: true tags: [Featured] updated: 2017-09-01 weight: -10 + +# React 16 notes +# -------------- +# +# Add these for React 16: +# +# - componentDidCatch(error, info) +# - Multiple elements in render() --- {%raw%}