You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_posts/2015-03-03-community-roundup-25.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@ author: Matthew Johnston
6
6
7
7
## React 101
8
8
9
-
Interest in React has been exploding recently, so it's a good time to explore some great recent tutorials and videos covering getting started.
9
+
Interest in React has been exploding recently, so it's a good time to explore some great recent tutorials and videos that cover getting started.
10
10
11
11
Ryan Clarke ([rynclark](https://github.com/rynclark)) provides a [great overview of the basics of React](http://ryanclark.me/getting-started-with-react/) with the goal of building a really simple dropdown nav.
12
12
13
13
Formidable Labs ([FormidableLabs](https://github.com/FormidableLabs)) and [Seattle JS](http://www.meetup.com/seattlejs/) recently hosted a series of React, Flux, and Flow workshops, and the first part is available to watch online:
AEFlash ([aearly](https://github.com/aearly)) writeup[some best practices and tips](http://aeflash.com/2015-02/react-tips-and-best-practices.html) to help you avoid potential pitfalls when developing with React.
17
+
AEFlash ([aearly](https://github.com/aearly)) writes up[some best practices and tips](http://aeflash.com/2015-02/react-tips-and-best-practices.html) to help you avoid potential pitfalls when developing with React.
18
18
19
-
Black Mutt Media [take us through their usage of React](http://blackmuttmedia.com/blog/react-tmdb-api/) and Ruby to build an autocomplete field, and some of the pitfalls they encountered along the way.
19
+
Black Mutt Media [takes us through their usage of React](http://blackmuttmedia.com/blog/react-tmdb-api/) and Ruby to build an autocomplete field, and some of the pitfalls they encountered along the way.
20
20
21
-
Our own [sebmarkbage ](https://github.com/sebmarkbage)was on the[Web Platform Podcast](http://thewebplatform.libsyn.com/31-building-with-reactjs) to have a chat about all aspects of React.
21
+
Our own [Sebastian Markbåge](https://github.com/sebmarkbage)was on the[Web Platform Podcast](http://thewebplatform.libsyn.com/31-building-with-reactjs) to have a chat about all aspects of React.
22
22
23
23
## Community Additions
24
24
@@ -30,6 +30,8 @@ Formidable Labs ([FormidableLabs](https://github.com/FormidableLabs)) have been
30
30
31
31
[Babel-sublime](https://github.com/babel/babel-sublime) is a new package which provides Sublime with language definitions for ES6 JavaScript with React JSX syntax extensions.
32
32
33
+
[react-meteor](https://github.com/reactjs/react-meteor), a package that replaces the default templating system of the Meteor platform with React, recently received a big update.
34
+
33
35
## Rebuilding with React
34
36
35
37
Rich Manalang ([rmanalan](https://github.com/rmanalan)) from Atlassian [explains why](https://developer.atlassian.com/blog/2015/02/rebuilding-hipchat-with-react/) they rebuilt their HipChat web client from scratch using React, and how they're already using it to rebuild their native desktop clients.
0 commit comments