mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update 2015-03-03-community-roundup-25.md
This commit is contained in:
committed by
Christopher Chedeau
parent
67005be6e0
commit
b7867b1363
@@ -6,7 +6,7 @@ author: Matthew Johnston
|
||||
|
||||
## React 101
|
||||
|
||||
Interest in React has been exploding recently, so it's a good time to explore some great recent tutorials and videos covering getting started.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
@@ -14,11 +14,11 @@ Formidable Labs ([FormidableLabs](https://github.com/FormidableLabs)) and [Seatt
|
||||
|
||||
<iframe width="560" height="315" src="//www.youtube.com/embed/[Pd6Ub7Ju2RM](https://www.youtube.com/watch?v=Pd6Ub7Ju2RM)" frameborder="0" allowfullscreen></iframe>
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
## Community Additions
|
||||
|
||||
@@ -30,6 +30,8 @@ Formidable Labs ([FormidableLabs](https://github.com/FormidableLabs)) have been
|
||||
|
||||
[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.
|
||||
|
||||
[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.
|
||||
|
||||
## Rebuilding with React
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user