1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add a link to the latest til

This commit is contained in:
jbranchaud
2017-09-26 21:58:29 -05:00
parent d18c2060d0
commit 42a88101e4

View File

@@ -1,7 +1,9 @@
# Render An Array Of Elements With React 16
React 16 was released today. Among many exciting features and updates is
support for rendering an array of elements.
[React 16 was released
today](https://facebook.github.io/react/blog/2017/09/26/react-v16.0.html).
Among many exciting features and updates is support for rendering an array
of elements.
This can look as simple as this example: