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%}