Ben Alpert
64a5570c1c
Move initial $.ajax out of getInitialState
We want to encourage people to make pure getInitialState functions.
11 years ago
Ivan Kozik
91a049a45e
console.log -> console.error
11 years ago
Ivan Kozik
81f24d13e6
Add a warning about the @jsx declaration
11 years ago
Ivan Kozik
c72efb80c5
Use explicit $.ajax dataType and add error callback
11 years ago
Cheng Lou
9208a5153e
docs add warning to add jsx pragma
11 years ago
Wincent Colaiuta
9414ba1d83
Fix a typo in the working-with-the-browser docs
11 years ago
Vjeux
8d938e4a32
Add a talks section to the 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
Vjeux
0f3a5793e5
Document the Diff algorithm
We often refer to it but never did actually explain it.
11 years ago
Luigy Leon
d4ab34b188
Fix "Dynamic Children" example
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Cheng Lou
b8081db247
docs add input attrs for Dom Differences
11 years ago
Cheng Lou
f6df878b37
docs section for non-dom attributes
Also added documentation for `dangerouslySetInnerHTML`.
11 years ago
Kit Randel
990e1e4142
Tutorial template markup needs a reference to jquery for the ajax calls
from step 13 onwards.
11 years ago
Nicholas Bergson-Shilcock
9fd3cf29b3
Fix typo (ot -> to)
11 years ago
Ben Alpert
ec1c1d4ace
Add loop property
11 years ago
Brian Cooke
6d8496dd06
Update highlighted lines in tutorial
Minor issue, but I found it distracting that the highlighted lines were not accurate. I *believe* this fixes them up.
11 years ago
Cheng Lou
3d51380732
docs remove rootNode for componentDidMount/Update
11 years ago
Cheng Lou
493a22b865
docs `select` `value` to control chosen option
11 years ago
Ben Alpert
0f5fd4e076
autoBind -> Autobinding
We don't use the term autoBind anywhere any more.
11 years ago
Cheng Lou
289841e14f
docs highlight className and htmlFor transforms
11 years ago
Cheng Lou
aee4f20c00
docs classSet semicolons missing
11 years ago
Fabio M. Costa
d469a4e694
Fixes the name of the component on documentation
AvatarImage -> Avatar
11 years ago
Cheng Lou
12d16c92d8
update add-ons docs based on feedbacks
- Overview of add-ons for the add-ons page.
- Better title for `ReactLink`.
- Nicer code format for classSet example.
- Better explanation for `classSet`.
11 years ago
petehunt
ee83ad9f88
Make state immutable in tutorial (eek)
11 years ago
Cheng Lou
4217596377
move docs tooling from JSX in Depth
Also removes the code wrap around the syntax highlighting link.
11 years ago
Cheng Lou
686ea54857
add docs lowercase mention for data- and aria-
11 years ago
Paul O’Shannessy
67d4e7ebaf
Remove jQuery version number from tutorial docs
11 years ago
Ben Alpert
2f08e7f3d0
tutorial: Simplify ajax options
dataType was unnecessary; mimeType was both unnecessary and wrong in this case. Also removed an unnecessary bind and changed pollInterval to 2000 ms for consistency with https://github.com/petehunt/react-tutorial (faster is nicer if you actually try it out!).
11 years ago
petehunt
7c9eb94833
Update tutorial to use className
11 years ago
Paul O’Shannessy
9b3c3b63e2
[docs] Clarify when `getInitialState` is called.
11 years ago
Cheng Lou
87c91649f3
add docs on `classSet` add-on
11 years ago
Cheng Lou
c60838de08
split add-ons into subsections
In preparation for documenting `classSet` add-on.
11 years ago
Cheng Lou
c4ad7db26f
fix doc & example transition opacity from .99 to 1
The initial thought was that an opacity animation from 0.01 to 1 causes trouble on some browser. But after testing on opera 12.15, ff 23, ie 10, chrome 30, desktop/mobile safari 7 and chrome android I confirm this works.
11 years ago
Connor McSheffrey
33232007f7
Moved cookbook recipes into separate directory. Updated nav_docs to loop through cookbook yaml. Added cookbook directory to js/ to add live editing of code samples
11 years ago
Connor McSheffrey
33531f728a
Added docs for React cookbook section Introduction and Inline Styles React recipe
11 years ago
Paul O’Shannessy
9f6b329d8a
Update API docs for unmountAndReleaseReactRootNode
11 years ago
Brian Rue
2226476039
ReactTransitionGroup example: fix typo and logic bug in handleRemove
11 years ago
Keito Uchiyama
c36b68e386
docs: Delete Mutation Events (onCharacterDOMModified)
11 years ago
Paul O’Shannessy
34629c666a
docs: remove OUTLINE
11 years ago
Paul O’Shannessy
9cde3caa6d
Update docs with supported tags and attributes
11 years ago
petehunt
b5841ea2f3
new addons docs
closes #403
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
Cheng Lou
699ee86fc5
Add doc link to DOM differences from JSX gotchas
11 years ago
Paul O’Shannessy
e484a734b5
Fix 404s to non-existent API docs
11 years ago
Paul O’Shannessy
a9f4a67005
Redirect docs/reference.html
11 years ago
Keito Uchiyama
3eb25ebafe
Fix typo in doc
11 years ago
Keito Uchiyama
9eeee6960f
Fix use of "it's" in docs
11 years ago
SanderSpies
ecbc0951e3
- removed creation of the id within the tooling integration doc (expect this to be done by @zpao's pull request)
- removed the if statement and now always provide a warning message (as proposed by @spicyj )
- improved the warning message
11 years ago