From b3f0e3a23ceaa9457b3f2d1991628d1cebc32ae2 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sat, 15 Feb 2014 22:53:42 -0800 Subject: [PATCH] Fix typo in latest round-up --- _posts/2014-02-15-community-roundup-16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-02-15-community-roundup-16.md b/_posts/2014-02-15-community-roundup-16.md index c8c6f207..02ec66cc 100644 --- a/_posts/2014-02-15-community-roundup-16.md +++ b/_posts/2014-02-15-community-roundup-16.md @@ -47,7 +47,7 @@ It's great to see the React community expand internationally. [This site](http:/ ### React tutorial series -[Christopher Pitt](https://medium.com/@followchrisp) explains [React Components](https://medium.com/react-tutorials/828c397e3dc8) and [React Properties](https://medium.com/react-tutorials/ef11cd55caa0)The former includes a nice introduction to using JSX, while the latter focuses on adding interactivity and linking multiple components together. Also check out the [other posts in his React Tutorial series](https://medium.com/react-tutorials), e.g. on using [React + Backbone Model](https://medium.com/react-tutorials/8aaec65a546c) and [React + Backbone Router](https://medium.com/react-tutorials/c00be0cf1592). +[Christopher Pitt](https://medium.com/@followchrisp) explains [React Components](https://medium.com/react-tutorials/828c397e3dc8) and [React Properties](https://medium.com/react-tutorials/ef11cd55caa0). The former includes a nice introduction to using JSX, while the latter focuses on adding interactivity and linking multiple components together. Also check out the [other posts in his React Tutorial series](https://medium.com/react-tutorials), e.g. on using [React + Backbone Model](https://medium.com/react-tutorials/8aaec65a546c) and [React + Backbone Router](https://medium.com/react-tutorials/c00be0cf1592). ### Beginner tutorial: Implementing the board game Go