Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c102550

Browse files
committed
[docs] Move React Elements post to right place, fix typo
The URL already made its way around so we can't just break it. We might want to just live with it instead of even doing this redirect. https://github.com/plaxdan/react/commit/2b225446c03192b58e176f8885e60055cf5ea436#commitcomment-8176218
1 parent fcde2eb commit c102550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_posts/2014-10-14-introducting-react-elements.md renamed to docs/_posts/2014-10-14-introducing-react-elements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Introducing React Elements"
33
author: Sebastian Markbåge
4+
redirect_from: "blog/2014/10/14/introducting-react-elements.html"
45
---
56

67
The upcoming React 0.12 tweaks some APIs to get us close to the final 1.0 API. This release is all about setting us up for making the `ReactElement` type really FAST, [jest unit testing](http://facebook.github.io/jest/) easier, making classes simpler (in preparation for ES6 classes) and better integration with third-party languages!
@@ -22,7 +23,7 @@ Continue reading if you want all the nitty gritty details...
2223

2324
## New Terminology
2425

25-
We wanted to make it easier for new users to see the parallell with the DOM (and why React is different). To align our terminology we now use the term `ReactElement` instead of _descriptor_. Likewise, we use the term `ReactNode` instead of _renderable_.
26+
We wanted to make it easier for new users to see the parallel with the DOM (and why React is different). To align our terminology we now use the term `ReactElement` instead of _descriptor_. Likewise, we use the term `ReactNode` instead of _renderable_.
2627

2728
[See the full React terminology guide.](https://gist.github.com/sebmarkbage/fcb1b6ab493b0c77d589)
2829

0 commit comments

Comments
 (0)