Christopher Chedeau
cf9bb5968a
[Blog post] React Native Release Process
10 years ago
Julen Ruiz Aizpuru
82c718e0f6
Docs: value for `transitionAppear` must be boolean
10 years ago
Ben Alpert
27b218ce97
Redirect Thinking in React blog post to docs
Much easier to keep this updated if it only exists in one place. Added the byline because otherwise the voice of the post doesn't sound quite right.
10 years ago
Shim Won
55435c0b1c
Update Korean transltaion to 5bee4a5
10 years ago
Paul O’Shannessy
9b06b8838f
[docs] Give authors links.
10 years ago
Paul O’Shannessy
3183831087
Update website with 0.13.3 builds
(cherry picked from commit 107ce2b80d1f3609b5c684c29c552f8995dfeb2f)
10 years ago
Paul O’Shannessy
9c22ba920d
v0.13.3 blog post
(cherry picked from commit 179b6380cf31b735d3fb4d820099c3653127c3dd)
10 years ago
Paul O’Shannessy
263f1b4f39
Fix docs for #3690
(cherry picked from commit 2668de126c3d861d9bae8109a02fa3a70ebe3cdc)
10 years ago
Paul O’Shannessy
d30c0211c5
[docs] Fix 404 due to relative url
Closes #3914
10 years ago
Ben Alpert
21560fec6d
Clarify tutorial instructions
Fixes #3904 .
10 years ago
Thomas Röggla
21c8c2263e
Replaced call to deprected .getDOMNode() with React.findDOMNode().
The code sample in tip 18 in the docs contained a call to the
.getDOMNode() method which has been deprecated. The method call was
replaced with a call to React.findDOMNode(), which is the preferred way
of getting DOM nodes from a ref.
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
Paul O’Shannessy
cda5546745
Merge pull request #3888 from marocchino/korean-update
Update Korean Translation to 5275244
10 years ago
Gareth Nicholson
00e14cb50b
change wording
10 years ago
Shim Won
8221e1f174
Update Korean Translation to 5275244
10 years ago
Glen Mailer
466d65ea50
Document boolean attributes in JSX
10 years ago
Paul O’Shannessy
1ab9c3a864
Merge pull request #3881 from ef718/docs-grammar
Fix punctuation and grammar
10 years ago
Paul O’Shannessy
a5ffe5908d
Followup to #3852 , use https
10 years ago
Elaine Fang
69bd1bfab4
Add punctuation
10 years ago
Paul O’Shannessy
23099ea0f1
Merge pull request #3869 from zpao/jsx-cleanup
JSX -> Babel cleanup
10 years ago
Paul O’Shannessy
0b033d43d5
Use Babel to transform JS in docs, update other calls
10 years ago
Ben Alpert
817c3c9390
Deprecate reactjs Google Group
10 years ago
Paul O’Shannessy
e159c2caf8
[docs] Move pre-compiled JS files
10 years ago
Chase Adams
ba31b9644d
Change object typo to objects
10 years ago
Paul O’Shannessy
b9026f386c
Merge pull request #3837 from davidneat/transition-group-appear-high-level-docs
Added transitionAppear docs
10 years ago
Eduardo Garcia
b5f65b48b1
Add Wikipedia link to Cross-site scripting on "XSS attack" string
10 years ago
David Neubauer
dad1d2a38f
added animate initial mounting section to animation docs
10 years ago
Eric Eastwood
6fbc7ef48b
Add support for unitless tabSize/tab-size
10 years ago
Tsung Hung
04fac68f10
updated some typos, grammers, and made sentences sound better
10 years ago
Daniel Hejl
b2611b0de2
Removed redundant grave accent character from Component API docs
10 years ago
Ben Alpert
365e0e4297
Merge pull request #3797 from marocchino/update-korean
Update Korean Translation to 9484d0f
10 years ago
Paul O’Shannessy
6fce8e87e0
Update 2015-05-01-graphql-introduction.md
Typo
10 years ago
Paul O’Shannessy
f89d6660bf
Fix a couple grammar issues in GraphQL blog post
10 years ago
Paul O’Shannessy
fff434db64
GraphQL Introduction Blog Post
10 years ago
Shim Won
3eb5151a11
Update Korean Translation to 9484d0f
10 years ago
Jim
6c2e9e87c5
Fixed jsfiddles broken from https conversion. Fixes 3735
10 years ago
Elaine Fang
eda277665d
Add punctuation
10 years ago
Shota Kubota
18f4a5220e
Fix differences a jQuery CDN URLs, fixes #3750 .
unify to `https://code.jquery.com/jquery-2.1.3.min.js `.
10 years ago
alexpien
ff6cb17359
Update 10.1-animation.md
Custom classes
10 years ago
codesuki
ed583c05dd
Added support for SVG clipPath element and clip-path attribute
10 years ago
Matthew Miner
899bc9362f
Treat boxOrdinalGroup and flexOrder as unitless.
10 years ago
Shim Won
26fed0c9df
Update Translation to 0183f70
10 years ago
mheiber
b801d5856c
Update cloneWithProps documentation
Updated documentation to reflect that using React.cloneElement is the new way to copy an element and preserve `key` and `ref`.
Fixes #3432 , closes #3447 .
10 years ago
Ben Alpert
858f3c7fd0
Merge pull request #3429 from AoDev/patch-1
Add a note about react classe name convention
10 years ago
Jim
966cefe6ef
Fix bad links in docs. Fixes #3654 .
10 years ago
Paul O’Shannessy
4a5be86d48
Merge pull request #3691 from jonscottclark/patch-1
Add 'cache: false' to $.ajax when fetching comments (docs/tutorial)
10 years ago
Jon Scott Clark
3a2fa5cf08
Fix line highlighting in code blocks due to addition of extra example code
10 years ago
Paul O’Shannessy
dd3a5cb9a1
Merge pull request #3693 from reedloden/swap-http-to-https
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
10 years ago
Paul O’Shannessy
c34843293c
Merge pull request #3705 from zpao/doc/update-supported-attrs
[docs] Update supported HTML attributes
10 years ago
Paul O’Shannessy
16c618dcc8
[docs] Update supported HTML attributes
10 years ago