Ben Alpert
b637cb3193
Updat docs for refs/findDOMNode
9 years ago
Jim
c426902fca
Added documentation for stateless components, condensed the two pages about refs into a single page.
9 years ago
Kohei TAKATA
c6c42db888
Enclose a value of variable in back quote
10 years ago
Ben Alpert
8db1bb3806
[docs] Clarify wording in Working with the Browser
I think the change in #3889 misinterpreted this slightly; this makes it clearer.
10 years ago
Gareth Nicholson
00e14cb50b
change wording
10 years ago
Jordan Harband
1031c61960
Updating `es5-shim` URL
10 years ago
Jim
7114950cd1
Updated docs examples/recommendations to use findDOMNode instead of getDOMNode
10 years ago
Sebastian Markbage
4202fcd9c5
Replace transferPropsTo with transferring props patterns
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
Paul O’Shannessy
2865e4a1c8
Set default layout for docs
11 years ago
Paul O’Shannessy
748e7d3e93
Update polyfills list in docs [skip ci]
Fixes #1744
11 years ago
Ben Alpert
82f977d858
Add Object.freeze to polyfill list
11 years ago
Ben Alpert
72924b79ed
Add html5shiv to polyfill docs
cf. #1030
11 years ago
Cheng Lou
376d456a4c
[Docs] Add Object.keys to list of shims
11 years ago
Christopher Chedeau
4c6f89902e
s/Mock DOM/Virtual DOM/
Let's be consistent with the naming
11 years ago
Paul O’Shannessy
fb0a6189a5
Remove stray "117", combine lines in polyfill docs
11 years ago
Richard Feldman
5bc56eff2b
Rewrite Older Browsers polyfill section for clarity.
11 years ago
Richard Feldman
50a8a1975a
Fix typo in docs.
11 years ago
Richard Feldman
6df3ee371a
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
11 years ago
Wincent Colaiuta
9414ba1d83
Fix a typo in the working-with-the-browser docs
11 years ago
Fabio M. Costa
8a7415fd66
updating text as suggested by @petehunt
11 years ago
Fabio M. Costa
30199e4d17
Adding note about onScroll on IE8
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Cheng Lou
3d51380732
docs remove rootNode for componentDidMount/Update
11 years ago
Ben Alpert
3328553ecc
Tweak verbiage about required polyfills
I found it weird how the es5-shim comment came after the list of functions; now it's before.
11 years ago
Paul O’Shannessy
4fc9a36e24
Fix "Suppport" type in docs
12 years ago
Cheng Lou
31c46182c0
fix typos
12 years ago
Paul O’Shannessy
225abe1ec8
Standardized Markdown lists
12 years ago
Paul O’Shannessy
9815d5289f
Cleanup "Working With the Browser"
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
1263fde643
move docs around, add likebutton
12 years ago
petehunt
e874be922a
tweak the source
12 years ago
petehunt
53d8a64442
fix some links
12 years ago
petehunt
c162d2a30c
@vjeux comments
12 years ago
petehunt
988efdee73
Reorg docs, write a lot of content, import a lot of stuff from dex
12 years ago