From e209c6bb18374954102880f0d6aca35a1703d101 Mon Sep 17 00:00:00 2001 From: PNikray Date: Fri, 27 Feb 2015 23:39:17 +0100 Subject: [PATCH 1/3] Changed the url of the video in community-round-up-4 The url was using http instead of https, which results in an error. --- _posts/2013-07-03-community-roundup-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-07-03-community-roundup-4.md b/_posts/2013-07-03-community-roundup-4.md index dd78baac..f160c535 100644 --- a/_posts/2013-07-03-community-roundup-4.md +++ b/_posts/2013-07-03-community-roundup-4.md @@ -47,7 +47,7 @@ Over the past several weeks, members of our team, [Pete Hunt](http://www.petehun [Pete Hunt](http://www.petehunt.net/) recorded himself implementing a simple `` tag in React. -
+
## Snake in React From 0224addf49bed37a795006fc98d52229f980d138 Mon Sep 17 00:00:00 2001 From: PNikray Date: Fri, 27 Feb 2015 23:42:14 +0100 Subject: [PATCH 2/3] Fixed the url in community-roundup-5 using http resulted in an error, changing it to https fixes it --- _posts/2013-07-23-community-roundup-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-07-23-community-roundup-5.md b/_posts/2013-07-23-community-roundup-5.md index ff39aa06..fb8bca7a 100644 --- a/_posts/2013-07-23-community-roundup-5.md +++ b/_posts/2013-07-23-community-roundup-5.md @@ -68,7 +68,7 @@ React.renderComponent( [Domenic Denicola](http://domenicdenicola.com/) wrote a slide deck about the great applications of ES6 features and one slide shows how we could use Template Strings to compile JSX at run-time without the need for a pre-processing phase. -
+
## React Presentation From 7688e8bc2ce37099462aa2122f8f9abf052cb356 Mon Sep 17 00:00:00 2001 From: PNikray Date: Fri, 27 Feb 2015 23:43:50 +0100 Subject: [PATCH 3/3] Fixed the url in community-roundup-9 using http resulted in an error, changing it to https fixes it --- _posts/2013-10-3-community-roundup-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2013-10-3-community-roundup-9.md b/_posts/2013-10-3-community-roundup-9.md index 888d984a..f99af401 100644 --- a/_posts/2013-10-3-community-roundup-9.md +++ b/_posts/2013-10-3-community-roundup-9.md @@ -29,7 +29,7 @@ We organized a React hackathon last week-end in the Facebook Seattle office. 50 The video will be available soon on the [JSConf EU website](http://2013.jsconf.eu/speakers/pete-hunt-react-rethinking-best-practices.html), but in the meantime, here are Pete's slides: -
+
## Pump - Clojure bindings for React