JSFiddle Integration
JSFiddle just announced support for React. This is an exciting news as it makes collaboration on snippets of code a lot easier. You can play around this base React JSFiddle, fork it and share it! A...
View ArticleWhy did we build React?
There are a lot of JavaScript MVC frameworks out there. Why did we build React and why would you want to use it?React isn't an MVC framework.React is a library for building composable user interfaces....
View ArticleCommunity Round-up #1
React was open sourced two weeks ago and it's time for a little round-up of what has been going on.Khan Academy Question EditorIt looks like Ben Alpert is the first person outside of Facebook and...
View ArticleCommunity Round-up #2
Since the launch we have received a lot of feedback and are actively working on React 0.4. In the meantime, here are the highlights of this week.Some quick thoughts on ReactAndrew Greig made a blog...
View ArticleReact v0.3.3
We have a ton of great stuff coming in v0.4, but in the meantime we're releasing v0.3.3. This release addresses some small issues people were having and simplifies our tools to make them easier to...
View ArticleCommunity Round-up #3
The highlight of this week is that an interaction-heavy app has been ported to React. React components are solving issues they had with nested views.Moving From Backbone To ReactClay Allsopp...
View ArticleNew in React v0.4: Autobind by Default
React v0.4 is very close to completion. As we finish it off, we'd like to share with you some of the major changes we've made since v0.3. This is the first of several posts we'll be making over the...
View ArticleCommunity Round-up #4
React reconciliation process appears to be very well suited to implement a text editor with a live preview as people at Khan Academy show us.Khan AcademyBen Kamens explains how Ben Alpert and Joel...
View ArticleNew in React v0.4: Prop Validation and Default Values
Many of the questions we got following the public launch of React revolved around props, specifically that people wanted to do validation and to make sure their components had sensible...
View ArticleReact v0.4.0
Over the past 2 months we've been taking feedback and working hard to make React even better. We fixed some bugs, made some under-the-hood improvements, and added several features that we think will...
View ArticleCommunity Round-up #5
We launched the React Facebook Page along with the React v0.4 launch. 700 people already liked it to get updated on the project :)Cross-browser onChangeBen Alpert from Khan Academy worked on a...
View ArticleReact v0.4.1
React v0.4.1 is a small update, mostly containing correctness fixes. Some code has been restructured internally but those changes do not impact any of our public APIs.ReactsetState callbacks are now...
View ArticleUse React and JSX in Ruby on Rails
Today we're releasing a gem to make it easier to use React and JSX in Ruby on Rails applications: react-rails.This gem has 2 primary purposes:To package react.js in a way that's easy to use and easy to...
View ArticleCommunity Round-up #6
This is the first Community Round-up where none of the items are from Facebook/Instagram employees. It's great to see the adoption of React growing.React Game TutorialCaleb Cassel wrote a step-by-step...
View ArticleUse React and JSX in Python Applications
Today we're happy to announce the initial release of PyReact, which makes it easier to use React and JSX in your Python applications. It's designed to provide an API to transform your JSX files into...
View ArticleCommunity Round-up #7
It's been three months since we open sourced React and it is going well. Some stats so far:114 285 unique visitors on this website1933 stars and 210 forks226 posts on Google Group76 Github projects...
View ArticleCommunity Round-up #8
A lot has happened in the month since our last update. Here are some of the more interesting things we've found. But first, we have a couple updates before we share links.First, we are organizing a...
View ArticleCommunity Round-up #9
We organized a React hackathon last week-end in the Facebook Seattle office. 50 people, grouped into 15 teams, came to hack for a day on React. It was a lot of fun and we'll probably organize more in...
View ArticleReact v0.5
This release is the result of several months of hard work from members of the team and the community. While there are no groundbreaking changes in core, we've worked hard to improve performance and...
View ArticleReact v0.5.1
This release focuses on fixing some small bugs that have been uncovered over the past two weeks. I would like to thank everybody involved, specifically members of the community who fixed half of the...
View Article