Leonardo YongUk Kim
33eec6065f
Create 19-dangerously-set-inner-html.ko-KR.md
...
Based on 2e1ccae2758e61ab86bc79bdcac0d61747065a4a
2015-04-17 17:15:51 +09:00
Paul O’Shannessy
8516b3b3f1
Merge pull request #3485 from jnu/ie10-flex-unitless
...
Treat flexPositive, flexNegative as unitless styles
2015-04-14 16:31:13 -07:00
Shim Won
1b394414a2
Update Korean translation to 0185c68
2015-04-10 06:54:28 +09:00
Leonardo YongUk Kim
52b3b5ed1b
Translate tips 11 to Korean
...
1. Create 11-dom-event-listeners.ko-KR.md
2. Update 03-interactivity-and-dynamic-uis.ko-KR.md to add an anchor.
Based on 52494f9d723f4b2db12a0bf16a07b243076c15cf
2015-04-10 06:52:32 +09:00
Leonardo YongUk Kim
9aa14423c9
Create 12-initial-ajax.ko-KR.md
...
Based on 52494f9d723f4b2db12a0bf16a07b243076c15cf
2015-04-10 06:52:32 +09:00
Leonardo YongUk Kim
a5ef8ecd1e
Create 13-false-in-jsx.ko-KR.md
...
Based on 52494f9d723f4b2db12a0bf16a07b243076c15cf
2015-04-10 06:52:31 +09:00
Dan Abramov
56357d7dd3
Mention Flux in “communicate between components”
2015-04-07 19:44:20 +03:00
Paul O’Shannessy
b882e1910c
Merge pull request #3562 from dalinaum/rename
...
Rename 19--dangerouslySetInnerHTML.md -> 19-dangerously-set-inner-html.md
2015-04-01 12:13:55 -07:00
Leonardo YongUk Kim
56a14d28b2
Rename 19--dangerouslySetInnerHTML.md -> 19-dangerously-set-inner-html.md
...
1. It had double dash.
2. Its name was inconsistent. Other tips are named by their IDs.
2015-04-02 04:11:22 +09:00
jiyeonseo
02c1a4c2ac
Translate tips 05..10
...
- Up to 3fd6ac5
2015-03-28 08:51:52 +09:00
Jinwoo Oh
d563124cc1
Translate tip-18 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:18 +09:00
Jinwoo Oh
51b8bdf8f8
Translate tip-17 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:12 +09:00
Jinwoo Oh
40ae76692c
Translate tip-16 to Korean
...
- Up to 1cb3f25
2015-03-28 08:47:05 +09:00
Jinwoo Oh
5b2f191879
Translate tip-15 to Korean
...
- Up to 52494f9
2015-03-28 08:46:57 +09:00
Jinwoo Oh
80f7bf2439
Translate tip-14 to Korean
...
- Up to 92c37ff
2015-03-28 08:46:37 +09:00
Ted Kim
394770a9ef
Translate tips 01..04 (based on 157d7770c99be26a9e0557d00978f15f6d9db794)
2015-03-28 08:46:26 +09:00
Joseph Nudell
a7a88b523b
Update unprefixed css props doc
2015-03-23 11:30:56 -05:00
Joseph Nudell
c70b15a60c
Treat flexPositive/Negative/boxFlex as unitless styles
2015-03-23 11:29:55 -05:00
Jim
7c20ccbc73
Document justification for dangerouslySetInnerHTML, fixes #2256
...
Conflicts:
docs/_data/nav_tips.yml
docs/tips/17-children-undefined.md
2015-01-21 12:47:36 -08:00
Cheng Lou
b8fafd1991
[Docs] Tip on integration with other libraries
...
Chose this title because it's more eye-catchy than "third-party integration".
2015-01-01 16:09:45 -05:00
Paul O’Shannessy
0202a40de3
Merge pull request #2760 from alextsg/patch-3
...
Update 14-communicate-between-components.md for grammatical changes
2014-12-22 13:56:44 -08:00
Alexander Tseung
bcfbc87c84
Update 14-communicate-between-components.md
2014-12-21 00:14:34 -08:00
Alexander Tseung
f1c9861d90
Update 05-maximum-number-of-jsx-root-nodes.md
2014-12-20 23:59:34 -08:00
Paul O’Shannessy
dfd4e09c18
update docs for 0.12.2 changes
...
(cherry picked from commit e6e60c4fa848d1c9ce1349eff750cfa2faf156dc)
2014-12-18 12:47:32 -08:00
Kurt Ruppel
902199d29a
Fix typo in If/Else JSX doc.
2014-10-31 09:52:44 -07:00
Sebastian Markbage
4e203db794
More Descriptor -> Element renames
2014-10-28 11:06:31 -07:00
Paul O’Shannessy
febd05b900
Update React.DOM -> React.createElement through docs
2014-10-28 11:06:30 -07:00
Ben Alpert
fb46ad0356
Update docs to align with 0.12 better
...
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
2014-10-22 14:01:54 -07:00
Cheng Lou
33c7ee6112
[Docs] Remove most of @jsx
...
I kept some places intact (search for @jsx) because they require other bigger changes:
- ref-01-top-level-api.md
- grunt/tasks/npm.js
- old blog posts (don't change those)
- examples/ folder, as they have their own package.json that rely on old dependencies (node-jsx, reactify) that haven't upgraded to 0.12
2014-10-20 14:44:07 -04:00
Sunny Juneja
8f5a2e564d
Add example to if else in JSX.
2014-08-20 12:29:21 -07:00
Dan Abramov
a7017f1c51
Warn when using hyphenated style property names
2014-06-24 13:05:52 +04:00
Tom Haggie
599ea5e51e
Updated the ajax to tip to also mention that you need to check
...
that the component is still mounted before updating it's state.
Closes #1600 .
2014-05-26 20:29:48 -07:00
Rajiv Tirumalareddy
ec19430f9a
Fixed incorrect usage of github api in example
...
more: https://developer.github.com/v3/gists/#detailed-gist-representation
2014-05-06 16:42:07 -07:00
Daniel Gasienica
75264470dd
Match setTimeout delay with documentation
2014-04-15 13:45:09 -07:00
Paul O’Shannessy
a002f3717a
Merge pull request #1338 from chenglou/tip-children
...
[Docs][Tips] Entry on this.props.children and tweak component ref entry
2014-04-03 09:30:53 -07:00
Kunal Mehta
21e0ca5b8e
Remove erroneous line about static methods.
2014-04-01 13:36:56 -07:00
Kunal Mehta
80947848f2
Simplify comment.
2014-04-01 13:04:09 -07:00
Kunal Mehta
22a7de6aee
[docs] Amend "References to components" tip to mention descriptors.
2014-04-01 11:42:15 -07:00
Cheng Lou
5bc8b15d63
[Docs][Tips] Entry on this.props.children and tweak component ref entry
...
Component ref entry wasn't registered in nav_tips.
2014-03-31 19:13:16 -07:00
Ben Alpert
297212a370
Merge pull request #940 from chenglou/tips-val
...
[docs] Document newly added unitless css props in tips
2014-02-13 22:40:51 -08:00
Cheng Lou
797fffca05
[Docs] Document newly added unitless css props in tips
2014-02-13 22:39:30 -08:00
petehunt
eaf234a53b
more references
2014-02-03 23:33:20 -08:00
Kunal Mehta
2ab43c462e
Add documentation about React.renderComponent
...
Recently learned that components passed into `React.renderComponent` may not be the ones actually mounted. Also learned that it returns the mounted component. Added some documentation describing this.
2014-01-30 17:14:59 -08:00
Cheng Lou
2fd497d2c5
docs tips fix small typo and code
2014-01-01 15:28:44 -05:00
Cheng Lou
7a794ae3cf
docs remove link to wiki page
...
Also some minor writing changes.
2013-12-30 23:38:01 -05:00
Cheng Lou
4002a86e22
docs tips small refactorings
2013-12-30 17:54:41 -05:00
Christopher Chedeau
392fd82be8
Merge pull request #623 from chenglou/tips-communication
...
docs tips parent-child communication 2
2013-12-30 14:09:01 -08:00
Cheng Lou
f228f65f01
docs tips expose component function
2013-12-30 17:07:24 -05:00
petehunt
bd86c53822
Update parent/child communication tip
2013-12-30 13:22:10 -05:00
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
2013-12-19 17:15:01 -05:00