From 83f4422c1fe32b2177f718d01cef94b397c8e87e Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 29 Nov 2017 02:27:50 +0000 Subject: [PATCH] Mention fragment change in 16.0 post --- content/blog/2017-09-26-react-v16.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2017-09-26-react-v16.0.md b/content/blog/2017-09-26-react-v16.0.md index 31f52d3bd..1e3a41942 100644 --- a/content/blog/2017-09-26-react-v16.0.md +++ b/content/blog/2017-09-26-react-v16.0.md @@ -21,7 +21,7 @@ render() { } ``` -In the future, we'll likely add a special fragment syntax to JSX that doesn't require keys. +[Starting with React 16.2.0](/blog/2017/11/28/react-v16.2.0-fragment-support.html), we are adding support for a special fragment syntax to JSX that doesn't require keys. We've added support for returning strings, too: