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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)