From 525c00597b0e5bb7d0cbae6078f585645d60b88d Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Wed, 18 Feb 2015 21:37:38 -0800 Subject: [PATCH] Added the immutability talk to the React.js Conf update. (cherry picked from commit de8b3eb9d4c87622282c1303c8dae62cf70881af) --- _posts/2015-02-18-react-conf-roundup-2015.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/_posts/2015-02-18-react-conf-roundup-2015.md b/_posts/2015-02-18-react-conf-roundup-2015.md index 93c57f74..7f7bc50d 100644 --- a/_posts/2015-02-18-react-conf-roundup-2015.md +++ b/_posts/2015-02-18-react-conf-roundup-2015.md @@ -140,7 +140,6 @@ It was a privilege to welcome the React community to Facebook HQ on January 28 -

Components #

@@ -153,6 +152,18 @@ It was a privilege to welcome the React community to Facebook HQ on January 28
+
+
+

Immutability #

+

+ Lee Byron led a master-class on persistent immutable data structures, showing us the world of possibility that they can unlock for your software, and perhaps Javascript in general. +

+
+
+ +
+
+

Beyond the DOM #