Paul O’Shannessy
6eb5a15049
Merge pull request #3742 from mminer/order-css-vendor-prefixes
...
Treat boxOrdinalGroup and flexOrder as unitless
2015-07-28 16:44:14 -07:00
Vasiliy Loginevskiy
3ce58df87d
Docs: Fix jsx iife example
2015-07-23 06:08:11 +03:00
Shim Won
dc56073d68
Update Korean translation to e928c65
2015-07-22 08:11:26 +09:00
Paul O’Shannessy
4d178415e8
Merge pull request #4144 from lukehorvat/docs/iife-jsx
...
Add IIFE example to JSX documentation
2015-07-13 14:01:51 -07:00
Masaki KOBAYASHI
3098a6f66e
Translate 04-self-closing-tag.md to Japanese
2015-07-13 12:38:24 +09:00
Luke Horvat
9a2e5f2cc5
Add IIFE example to JSX documentation
2015-06-16 19:46:25 +10:00
Shim Won
e67c0943b8
Update Korean transltaion to 4c778e2
2015-06-12 10:24:07 +09:00
Jim
5446ef1c14
Fixed confusing use of the word/name in documentation
2015-06-10 02:48:48 -07:00
Thomas Röggla
210dc90c95
Replaced call to deprected .getDOMNode() with React.findDOMNode().
...
The code sample in tip 18 in the docs contained a call to the
.getDOMNode() method which has been deprecated. The method call was
replaced with a call to React.findDOMNode(), which is the preferred way
of getting DOM nodes from a ref.
2015-05-19 18:32:07 +02:00
Shim Won
6f434b35ad
Update Korean Translation to 5275244
2015-05-16 21:49:04 +09:00
Ben Alpert
ffabf4b5ff
Deprecate reactjs Google Group
2015-05-13 15:16:33 -07:00
Eric Eastwood
60e1f5a103
Add support for unitless tabSize/tab-size
2015-05-07 13:51:15 -05:00
Matthew Miner
aa9274991d
Treat boxOrdinalGroup and flexOrder as unitless.
2015-04-24 17:05:07 -07:00
Shim Won
8d0937e60d
Update Translation to 0183f70
2015-04-24 09:15:46 +09:00
Jim
d900541021
Fix bad links in docs. Fixes #3654 .
2015-04-22 13:17:39 -07:00
Reed Loden
3e8951e8c7
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
...
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.
NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.
Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.
Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Leonardo YongUk Kim and Shim Won
7e64c16ff6
Create 19-dangerously-set-inner-html.ko-KR.md
...
Based on 2e1ccae275
2015-04-17 17:15:51 +09:00
Paul O’Shannessy
41a6186d7a
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
57f14017fb
Update Korean translation to 0185c68
2015-04-10 06:54:28 +09:00
Leonardo YongUk Kim and Shim Won
78f59da8df
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 52494f9d72
2015-04-10 06:52:32 +09:00
Leonardo YongUk Kim and Shim Won
792c161cc5
Create 12-initial-ajax.ko-KR.md
...
Based on 52494f9d72
2015-04-10 06:52:32 +09:00
Leonardo YongUk Kim and Shim Won
16832c701b
Create 13-false-in-jsx.ko-KR.md
...
Based on 52494f9d72
2015-04-10 06:52:31 +09:00
Dan Abramov
21d91e6f5f
Mention Flux in “communicate between components”
2015-04-07 19:44:20 +03:00
Paul O’Shannessy
7f30a1fed3
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
2e1ccae275
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 and Shim Won
0b3fe6f47e
Translate tips 05..10
...
- Up to 3fd6ac5
2015-03-28 08:51:52 +09:00
Jinwoo Oh and Shim Won
45a3332a38
Translate tip-18 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:18 +09:00
Jinwoo Oh and Shim Won
4df79154de
Translate tip-17 to Korean
...
- Up to 6f44f60
2015-03-28 08:47:12 +09:00
Jinwoo Oh and Shim Won
452f2f282f
Translate tip-16 to Korean
...
- Up to 1cb3f25
2015-03-28 08:47:05 +09:00
Jinwoo Oh and Shim Won
23a5a89077
Translate tip-15 to Korean
...
- Up to 52494f9
2015-03-28 08:46:57 +09:00
Jinwoo Oh and Shim Won
03666e884d
Translate tip-14 to Korean
...
- Up to 92c37ff
2015-03-28 08:46:37 +09:00
Ted Kim and Shim Won
aa6bfb6b51
Translate tips 01..04 (based on 157d7770c99be26a9e0557d00978f15f6d9db794)
2015-03-28 08:46:26 +09:00
Joseph Nudell
51b6092264
Update unprefixed css props doc
2015-03-23 11:30:56 -05:00
Joseph Nudell
30b2cfc1fd
Treat flexPositive/Negative/boxFlex as unitless styles
2015-03-23 11:29:55 -05:00
Jim
6f44f6049e
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
d0f2e7db5f
[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
343cda72d9
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
92c37ffb3d
Update 14-communicate-between-components.md
2014-12-21 00:14:34 -08:00
Alexander Tseung
3fd6ac56c1
Update 05-maximum-number-of-jsx-root-nodes.md
2014-12-20 23:59:34 -08:00
Paul O’Shannessy
3c2fc6440e
update docs for 0.12.2 changes
...
(cherry picked from commit e6e60c4fa8 )
2014-12-18 12:47:32 -08:00
Kurt Ruppel
4b3b32e418
Fix typo in If/Else JSX doc.
2014-10-31 09:52:44 -07:00
Sebastian Markbage and Paul O’Shannessy
1cb3f25e78
More Descriptor -> Element renames
2014-10-28 11:06:31 -07:00
Paul O’Shannessy
eb2827ec6a
Update React.DOM -> React.createElement through docs
2014-10-28 11:06:30 -07:00
Ben Alpert
52494f9d72
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
1b3b432d64
[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
b9cf0d2bdd
Add example to if else in JSX.
2014-08-20 12:29:21 -07:00
Dan Abramov
e625b8b234
Warn when using hyphenated style property names
2014-06-24 13:05:52 +04:00
Tom Haggie and Ben Alpert
cd3ba59cf1
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
b360ed80dd
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
663dd6f5b3
Match setTimeout delay with documentation
2014-04-15 13:45:09 -07:00