Skip to content

Commit 18e8791

Browse files
committed
Add more disclaimers
1 parent b4f72e1 commit 18e8791

File tree

155 files changed

+1028
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+1028
-0
lines changed

content/blog/2013-06-02-jsfiddle-integration.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: JSFiddle Integration
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
[JSFiddle](https://jsfiddle.net) 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](http://jsfiddle.net/vjeux/kb3gN/)**, fork it and share it! A [fiddle without JSX](http://jsfiddle.net/vjeux/VkebS/) is also available.
713

814

content/blog/2013-06-05-why-react.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: Why did we build React?
33
author: [petehunt]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
There are a lot of JavaScript MVC frameworks out there. Why did we build React
713
and why would you want to use it?
814

content/blog/2013-06-12-community-roundup.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #1"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
React was open sourced two weeks ago and it's time for a little round-up of what has been going on.
713

814
## Khan Academy Question Editor {#khan-academy-question-editor}

content/blog/2013-06-19-community-roundup-2.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #2"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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.
713

814
## Some quick thoughts on React {#some-quick-thoughts-on-react}

content/blog/2013-06-21-react-v0-3-3.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.3.3"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 use.
713

814

content/blog/2013-06-27-community-roundup-3.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #3"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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.
713

814
## Moving From Backbone To React {#moving-from-backbone-to-react}

content/blog/2013-07-02-react-v0-4-autobind-by-default.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "New in React v0.4: Autobind by Default"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 next week.
713

814

content/blog/2013-07-03-community-roundup-4.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #4"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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.
713

814
## Khan Academy {#khan-academy}

content/blog/2013-07-11-react-v0-4-prop-validation-and-default-values.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "New in React v0.4: Prop Validation and Default Values"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 defaults.
713

814

content/blog/2013-07-17-react-v0-4-0.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.4.0"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 improve the experience developing with React. Today we're proud to announce the availability of React v0.4!
713

814

content/blog/2013-07-23-community-roundup-5.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #5"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
We launched the [React Facebook Page](https://www.facebook.com/react) along with the React v0.4 launch. 700 people already liked it to get updated on the project :)
713

814
## Cross-browser onChange {#cross-browser-onchange}

content/blog/2013-07-26-react-v0-4-1.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.4.1"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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.
713

814

content/blog/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Use React and JSX in Ruby on Rails"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
Today we're releasing a gem to make it easier to use React and JSX in Ruby on Rails applications: [react-rails](https://github.com/facebook/react-rails).
713

814

content/blog/2013-08-05-community-roundup-6.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #6"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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.
713

814
## React Game Tutorial {#react-game-tutorial}

content/blog/2013-08-19-use-react-and-jsx-in-python-applications.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Use React and JSX in Python Applications"
33
author: [kmeht]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
Today we're happy to announce the initial release of [PyReact](https://github.com/facebook/react-python), 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 JavaScript, as well as provide access to the latest React source files.
713

814
## Usage {#usage}

content/blog/2013-08-26-community-roundup-7.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #7"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
It's been three months since we open sourced React and it is going well. Some stats so far:
713

814
* 114 285 unique visitors on this website

content/blog/2013-09-24-community-roundup-8.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #8"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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.
713

814
First, we are organizing a [React Hackathon](http://reactjshack-a-thon.splashthat.com/) in Facebook's Seattle office on Saturday September 28. If you want to hack on React, meet some of the team or win some prizes, feel free to join us!

content/blog/2013-10-16-react-v0.5.0.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.5"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 memory usage. We've also worked hard to make sure we are being consistent in our usage of DOM properties.
713

814
The biggest change you'll notice as a developer is that we no longer support `class` in JSX as a way to provide CSS classes. Since this prop was being converted to `className` at the transform step, it caused some confusion when trying to access it in composite components. As a result we decided to make our DOM properties mirror their counterparts in the JS DOM API. There are [a few exceptions](https://github.com/facebook/react/blob/main/src/dom/DefaultDOMPropertyConfig.js#L156) where we deviate slightly in an attempt to be consistent internally.

content/blog/2013-10-29-react-v0-5-1.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.5.1"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 issues found. Thanks to [Sophie Alpert][1], [Andrey Popp][2], and [Laurence Rowe][3] for their contributions!
713

814
## Changelog {#changelog}

content/blog/2013-10-3-community-roundup-9.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #9"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
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 the future.
713

814
![](../images/blog/react-hackathon.jpg)

content/blog/2013-11-06-community-roundup-10.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #10"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
This is the 10th round-up already and React has come quite far since it was open sourced. Almost all new web projects at Khan Academy, Facebook, and Instagram are being developed using React. React has been deployed in a variety of contexts: a Chrome extension, a Windows 8 application, mobile websites, and desktop websites supporting Internet Explorer 8! Language-wise, React is not only being used within JavaScript but also CoffeeScript and ClojureScript.
713

814
The best part is that no drastic changes have been required to support all those use cases. Most of the efforts were targeted at polishing edge cases, performance improvements, and documentation.

content/blog/2013-11-18-community-roundup-11.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #11"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
This round-up is the proof that React has taken off from its Facebook's root: it features three in-depth presentations of React done by external people. This is awesome, keep them coming!
713

814
## Super VanJS 2013 Talk {#super-vanjs-2013-talk}

content/blog/2013-12-18-react-v0.5.2-v0.4.2.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.5.2, v0.4.2"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
Today we're releasing an update to address a potential XSS vulnerability that can arise when using user data as a `key`. Typically "safe" data is used for a `key`, for example, an id from your database, or a unique hash. However there are cases where it may be reasonable to use user generated content. A carefully crafted piece of content could result in arbitrary JS execution. While we make a very concerted effort to ensure all text is escaped before inserting it into the DOM, we missed one case. Immediately following the discovery of this vulnerability, we performed an audit to ensure we this was the only such vulnerability.
713

814
This only affects v0.5.x and v0.4.x. Versions in the 0.3.x family are unaffected.

content/blog/2013-12-19-react-v0.8.0.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React v0.8"
33
author: [zpao]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
I'll start by answering the obvious question:
713

814
> What happened to 0.6 and 0.7?

content/blog/2013-12-23-community-roundup-12.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #12"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
React got featured on the front-page of Hacker News thanks to the Om library. If you try it out for the first time, take a look at the [docs](/docs/getting-started.html) and do not hesitate to ask questions on the [Google Group](https://groups.google.com/group/reactjs), [IRC](irc://chat.freenode.net/reactjs) or [Stack Overflow](http://stackoverflow.com/questions/tagged/reactjs). We are trying our best to help you out!
713

814
## The Future of JavaScript MVC {#the-future-of-javascript-mvc}

content/blog/2013-12-30-community-roundup-13.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #13"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
Happy holidays! This blog post is a little-late Christmas present for all the React users. Hopefully it will inspire you to write awesome web apps in 2014!
713

814

content/blog/2014-01-02-react-chrome-developer-tools.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "React Chrome Developer Tools"
33
author: [sebmarkbage]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
With the new year, we thought you'd enjoy some new tools for debugging React code. Today we're releasing the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi), an extension to the Chrome Developer Tools. [Download them from the Chrome Web Store](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi).
713

814
<figure><iframe width="650" height="315" src="//www.youtube-nocookie.com/embed/Cey7BS6dE0M" frameborder="0" allowfullscreen></iframe></figure>

content/blog/2014-01-06-community-roundup-14.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #14"
33
author: [vjeux]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
The theme of this first round-up of 2014 is integration. I've tried to assemble a list of articles and projects that use React in various environments.
713

814
## React Baseline {#react-baseline}

content/blog/2014-02-05-community-roundup-15.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #15"
33
author: [jgebhardt]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
Interest in React seems to have surged ever since David Nolen ([@swannodette](https://twitter.com/swannodette))'s introduction of [Om](https://github.com/swannodette/om) in his post ["The Future of JavaScript MVC Frameworks"](https://swannodette.github.io/2013/12/17/the-future-of-javascript-mvcs/).
713

814
In this React Community Round-up, we are taking a closer look at React from a functional programming perspective.

content/blog/2014-02-15-community-roundup-16.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ title: "Community Round-up #16"
33
author: [jgebhardt]
44
---
55

6+
<div class="scary">
7+
8+
> This blog site has been archived. Go to [react.dev/blog](https://react.dev/blog) to see the recent posts.
9+
10+
</div>
11+
612
There have been many posts recently covering the <i>why</i> and <i>how</i> of React. This week's community round-up includes a collection of recent articles to help you get started with React, along with a few posts that explain some of the inner workings.
713

814

0 commit comments

Comments
 (0)