Cheng Lou
4002a86e22
docs tips small refactorings
11 years ago
Christopher Chedeau
9f2a159628
Merge pull request #749 from spicyj/docs-ie8
Make React website work in IE8
11 years ago
Ben Alpert
315c58b7cf
Make React website work in IE8
Fixes #406 .
Empty conditional comment is for http://www.phpied.com/conditional-comments-block-downloads/ .
11 years ago
Christopher Chedeau
392fd82be8
Merge pull request #623 from chenglou/tips-communication
docs tips parent-child communication 2
11 years ago
Cheng Lou
f228f65f01
docs tips expose component function
11 years ago
petehunt
bd86c53822
Update parent/child communication tip
11 years ago
Paul O’Shannessy
337cdea693
Merge pull request #739 from jhiswin/master
live_editor.js using deprecated function
Fixes #738 #666
11 years ago
Christopher Chedeau
0d76ca4f7b
Merge pull request #687 from vjeux/community_13
Community Round-up #13
11 years ago
Vjeux
675f711072
Community Round-up #13
11 years ago
jhiswin
daaed17d12
live_editor.js using deprecated function
unmountAndReleaseReactRootNode -> unmountComponentAtNode
breaks html-jsx.html
11 years ago
Ben Alpert
64a5570c1c
Move initial $.ajax out of getInitialState
We want to encourage people to make pure getInitialState functions.
11 years ago
Pete Hunt
d24fbf6d7b
Merge pull request #733 from ivan/master
Use explicit $.ajax dataType and add error callback
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
Paul O’Shannessy
4795c0b03e
Merge pull request #695 from luigy/patch-1
Fix "Dynamic Children" example
11 years ago
Cheng Lou
79060b4b82
docs remove video at the bottom
11 years ago
Pete Hunt
1141feaad1
Merge pull request #704 from vjeux/talks_doc
Add a talks section to the docs
11 years ago
Vjeux
8d938e4a32
Add a talks section to the docs
11 years ago
Pete Hunt
808f889b46
Merge pull request #701 from fabiomcosta/react-video-version-note
Note about react's version on the video talk
11 years ago
Fabio M. Costa
c27d04bcf1
language update as suggested by @petehunt
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
Fabio M. Costa
25c9a4f394
Note about react's version on the talk, since somethings have already changed since then
11 years ago
Vjeux
c7c352c065
typo
11 years ago
Christopher Chedeau
9a57ffdfcd
Merge pull request #698 from vjeux/fix_compiler
Fix html-jsx compiler
11 years ago
Vjeux
70941c0354
Fix html-jsx compiler
It changed React Playground to add a required props but unfortunately didn't update the call sites of the front-page. I don't think it should be required so I'm just making it optional and providing the correct default value.
Test Plan:
- Open the front page and make sure examples are working
- Open /react/jsx-compiler.html and make sure it is working
- Open /react/html-jsx.html and make sure it is working
11 years ago
Christopher Chedeau
12e6e1807a
Merge pull request #686 from vjeux/community_12
Community Round-up #12
11 years ago
Vjeux
0644a8078e
Community Round-up #12
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
Daniel Lo Nigro
03b64bef0c
Simple HTML to JSX converter, built during Hackathon 40 at Facebook.
See /react/html-jsx.html. Not directly linked from the site yet as there may still be some minor issues with it.
11 years ago
Vjeux
c3065a1dc5
Community Round-up #14
11 years ago
Cheng Lou
0767e7b9dd
docs make all link start with /react/docs
11 years ago
Paul O’Shannessy
e447915bd5
0.8 starter kit
11 years ago
Paul O’Shannessy
cd99358a5f
v0.8 blog post
11 years ago
Paul O’Shannessy
7108427dfd
Add newest starter-kit downloads to docs
11 years ago
Paul O’Shannessy
fdc9806cca
Changelog, blog post for 0.5.2, 0.4.2
11 years ago
Paul O’Shannessy
0458e25370
Add starter-kit zip files to repo
These should be included so that anybody can build and update the docs
with as little confusion as possible.
I've left the directory in .gitignore so additions need to be
intentional as part of a release.
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
Pete Hunt
d6886c35b3
Merge pull request #668 from nicholasbs/fix-docs-typo
Fix typos
11 years ago
Pete Hunt
b1741a78bc
Merge pull request #650 from jaredly/patch-1
rename this tip to be less confusing
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
Jared Forsyth
ba50af55f7
one liner
11 years ago
Jared Forsyth
49ac69b05c
changes as requested
11 years ago
Jared Forsyth
cee420b12d
adding note about initializing state w/ props
11 years ago
Nicholas Bergson-Shilcock
9fd3cf29b3
Fix typo (ot -> to)
11 years ago