Jim
400e297489
Tweak wording when talking about props changing
9 years ago
Baraa Hamodi
a38a848170
Documentation cleanup.
9 years ago
Jim
33cd980f0e
React -> ReactDOM for render() and findDOMNode()
9 years ago
Ben Jaffe
c7725ff603
Update 03-interactivity-and-dynamic-uis.md
This clarifies when autobinding does and does not happen. I spun my wheels on this for a while.
https://medium.com/@goatslacker/react-0-13-x-and-autobinding-b4906189425d
9 years ago
Ben Alpert
9dd9111dd7
Kill React.initializeTouchEvents for good
Now that #1169 is fixed, the only thing this is used for is to determine whether `onTouchTap` causes touch listeners to be added. The only internal uses of TapEventPlugin are where touch events are already initialized (so this doesn't make a difference) and we don't support `onTouchTap` as part of the public API so this should be safe.
10 years ago
Hou Chia
22734b40e5
Update 03-interactivity-and-dynamic-uis.md: correct typo
My file change corrects a typo in the document.
Best,
Hou
10 years ago
Paul O’Shannessy
83b3a909bd
[docs] Clarify when state may duplicate props
10 years ago
Spencer Handley
445d8d4d76
Added comma to increase readability.
When thumbing through the docs, I noticed a few missing commas. I inserted two commas and did not alter any source code.
10 years ago
Ben Alpert
fb46ad0356
Update docs to align with 0.12 better
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
10 years ago
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
10 years ago
Nick Merwin
275cb60829
Update Like button example verbiage
Changes text "You unlike this" to "You liked this". Makes a bit more grammatical sense.
Closes #2146 .
10 years ago
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Ben Alpert
cea4a1e4c6
[docs] Fix grammar
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Ben Alpert
0f5fd4e076
autoBind -> Autobinding
We don't use the term autoBind anywhere any more.
11 years ago
Paul O’Shannessy
7ba3a79150
[docs] fix typo
"L" is not ":"
12 years ago
Paul O’Shannessy
609a3766bd
em dashes
12 years ago
Paul O’Shannessy
f176099499
Cleanup "Interactivity and Dynamic UIs"
12 years ago
Paul O’Shannessy
f2345ba2e2
Remove numbers from URLs.
This will let us keep docs in order on the filesystem but have
reasonable permalinks. If we add something at 02- it doesn't result in
lots of broken links.
12 years ago
Paul O’Shannessy
17ea30c8c5
Fix title casing and heading levels
12 years ago
petehunt
050085ddeb
fix markup bugs
12 years ago
petehunt
1263fde643
move docs around, add likebutton
12 years ago
Pete Hunt
7e9880df96
Update 03-interactivity-and-dynamic-uis.md
12 years ago
petehunt
c162d2a30c
@vjeux comments
12 years ago
petehunt
cf55c92b2a
antipatterns
12 years ago
petehunt
988efdee73
Reorg docs, write a lot of content, import a lot of stuff from dex
12 years ago
petehunt
00d569f4c8
more scaling up
12 years ago
petehunt
a59d241446
further improvements
12 years ago
petehunt
c6955fed26
link to blog
12 years ago
petehunt
c3f99be8fe
add seconds 02.1 and 03
12 years ago