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
Ben Alpert
ec1c1d4ace
Add loop property
11 years ago
Jared Forsyth
f3d5c90855
fixing capitalization
11 years ago
Jared Forsyth
256e0bf6df
rename this tip to be less confusing
Using props to initialize state is completely fine; the issue is using state as a "cache" for values calculated based off of props. This title makes it more clear.
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
Vjeux
3a26e131c0
Add video at the bottom of the front page
11 years ago
Paul O’Shannessy
a703b57896
Fix blog pagination
I missed this in the Jekyll upgrade.
11 years ago
Paul O’Shannessy
dc22805de0
[docs] Fix download links to addons builds
11 years ago
petehunt
3bf34d3255
Fix frontpage example to retain selection
11 years ago
Pete Hunt
ca5afaf62a
Merge pull request #602 from chenglou/tips-bind
docs tips pass arguments to callbacks
11 years ago
Cheng Lou
dc4fcd52b3
docs tips parent-child communication
11 years ago
Pete Hunt
ccf5c8f314
Merge pull request #440 from petehunt/new-taglines
New marketing copy
11 years ago
Pete Hunt
28f5f803e6
Merge pull request #581 from chenglou/docs-select-value
docs `select` `value` to control chosen option
11 years ago
Paul O’Shannessy
d2d57643f7
Merge pull request #618 from chenglou/didmout-didUpdate-new
docs remove rootNode for componentDidMount/Update
11 years ago
Cheng Lou
3d51380732
docs remove rootNode for componentDidMount/Update
11 years ago
Paul O’Shannessy
dab3a30443
Merge pull request #599 from chenglou/dl-addons
docs add download links for react-with-addons
11 years ago
Cheng Lou
64c1b55fc7
docs add download links for react-with-addons
11 years ago
Cheng Lou
0e18bc2843
make docs jsx compiler highlight transpiled js code
11 years ago
Sundeep Malladi
aef97f1d76
Minor spelling correction in docs
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
Levi McCallum
4af4e04bb1
Add explination of autoBind to DOM Event Listener tip
11 years ago
Paul O’Shannessy
1910d7fc0b
Put nav data in "_data"
New in Jekyll 1.3 - http://jekyllrb.com/docs/datafiles/
11 years ago
Paul O’Shannessy
c275a8fd67
Fix pagination
11 years ago
Paul O’Shannessy
1e6079ebdb
Update jekyll to 1.3
11 years ago
Vjeux
5de8c28a86
Community round-up #11
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
Paul O’Shannessy
36515bb9eb
Merge branch 'chenglou-classSet'
closes #463
11 years ago
Paul O’Shannessy
927cec524d
Merge pull request #539 from spicyj/doc-anchors-again
Make doc headers clickable again
11 years ago
Ben Alpert
dd6f1aee22
Make doc headers clickable again
...without preventing clicks on other things.
Just use an `<a name="...">` tag that doesn't take up any space to make sure that we're not covering up something else.
For whatever reason, doing `position: relative; top: -$navHeight;` doesn't work and causes the anchor target not to be moved up. This solution works in both Chrome and Firefox.
11 years ago