却痕
92c5e22268
docs:translate doc 11-advanced-performance to chinese ( #7584 )
8 years ago
Michael Jackson
d69d722116
s/npmcdn/unpkg/g ( #7609 )
npmcdn.com is moving to unpkg.com. Same backend, one less letter in the
domain name. Boom.
8 years ago
Duke Pham
a4295280f6
Add line breaks to examples on 10.1-animation docs per ( #7606 )
comments to issue #7317 .
Updated JP doc examples to match other languages
Reformat to match JSX multi-line style #7550
8 years ago
Robert Kielty
05138ac33a
Adds minor additions clarifying questions I had reading intro tutorial ( #7595 )
8 years ago
Nik Nyby
557f06e044
docs: re-position comments to account for code sample width ( #7602 )
8 years ago
Christophe Hurpeau
f63c917db4
doc: `npm ls react` is a better advice ( #7513 )
Refs Must Have Owner Warning
`npm ls react` is a better advice than `npm ls | grep react`
8 years ago
NestorTejero
8dcfec57b1
add explicit link to http://bower.io/ ( #7546 )
8 years ago
Paul O’Shannessy
60977d1fa7
Update website for 15.3.1
(cherry picked from commit 199056cf1b004f2fd7a42211b4506cf4d879c6b2)
9 years ago
Alex Zherdev
4609f1fcf7
Fix header link generation for non-English docs ( #7497 )
9 years ago
龙海燕
8cb03e0bb0
Update 09.2-package-management.md ( #7520 )
9 years ago
Jess Telford
7aecf55405
React.Children.toArray() changes keys ( #7495 )
As noted by @spicyj in #5541
9 years ago
Tanase Hagi
7793db16b0
Add propsTypes and defaultProps example for stateless functions ( #7458 )
* Add propsTypes and defaultProps example for stateless functions
* Update 05-reusable-components.md
* Update 05-reusable-components.md
9 years ago
Robert Martin
3d38c5cd3b
Capitalize AJAX ( #7435 )
9 years ago
Robert Chang
c546230adb
change a word in performance docs ( #7442 )
9 years ago
Joseph Savona
baabae1a29
Fix link formatting on Relay blog post ( #7434 )
9 years ago
Joseph Savona
74dd7bbbd2
Relay blog post ( #7433 )
9 years ago
Paul O’Shannessy
495d85fb5d
[docs] Use appropriately sized og:image ( #7417 )
Also runs through Imageoptim for smaller size.
9 years ago
Paul O’Shannessy
75a4bce9f7
[docs] Use npmcdn ( #7394 )
9 years ago
Paul O’Shannessy
0a37797a2f
[docs] add permalink for newly translated page ( #7380 )
9 years ago
Paul O’Shannessy
7e1321afaf
Update website for 15.3.0
(cherry picked from commit cc01d1be3309715ad4485395e14272cc3c35ceb6)
9 years ago
Paul O’Shannessy
2f57807286
[docs] Add permalink to PropTypes warning page ( #7377 )
Followup to #7219 , which was created before the Jekyll 3 upgrade, which needs the permalink field.
9 years ago
Dan Abramov
b7c168f6cb
Add “Don't Call PropTypes” warning ( #7219 )
9 years ago
Keyan Zhang
3efd930d49
fixed incorrect doc location ( #7365 )
9 years ago
Gert Hengeveld
70583932bb
Added ReactNL conference ( #7342 )
9 years ago
Amjad Masad
2b9cb8f247
"transient dependencies" -> "transitive dependencies" ( #7341 )
I think that's what you meant -- although with npm dependencies are kind of transient :P
9 years ago
scloudyy
85b053db03
Update docs zh cn ( #7254 )
* update 03-interactivity-and-dynamic-uis.zh-CN
* update 04-multiple-components.zh-CN
* update 05-reusable-components.zh-CN
* updat 06-transferring-props.zh-CN
* update 07-forms.zh-CN
* update 08-working-with-the-browser.zh-CN
* update 08 and 08.1
* update 09-tooling-integration.zh-CN
* revise
* don't use ES6
9 years ago
Veljko Tornjanski
ac1bb87249
Wording change in doc ( #7348 )
9 years ago
Seyi
bfb53c6c28
Blog post: Fixed typo in post ( #7336 )
9 years ago
Paul O’Shannessy
959e5f0be9
Host our own images for the blog, use https links ( #7339 )
9 years ago
Steven Syrek
ed98f75ff9
Correct grammatical error (subject-verb agreement) ( #7338 )
"It is worth repeating: there is no configuration files or complicated folder structures." > "It is worth repeating: there are no configuration files or complicated folder structures."
9 years ago
Dan Abramov
9d4e5211cd
Add blog post
9 years ago
Paul O’Shannessy
24d53c1c37
Finish Jekyll 3 Upgrade
- Reverts change to use sectionid on layouts (was unreliable), using config to make sure that's specified on all pages that need it
- Adds permalinks to all other pages so that og data is correct
- Corrects some permalinks that were in correct (translations)
9 years ago
Daniel Lo Nigro
d457201862
Upgrade to Jekyll 3
Full list of changes is at https://jekyllrb.com/docs/upgrading/2-to-3/ . The tl;dr of it is:
- Relative permalinks were removed, so all the files in the `docs` subdirectory need their permalink to be prefixed with `docs/`
- `post` and `page` types were renamed to `posts` and `pages` respectively
- `jekyll-paginate`, `pygments` and `redcarpet` are all now optional, so I needed to explicitly add it to the Gemfile. Jekyll now uses `rouge` rather than `pygments` for syntax highlighting, but rouge does not support highlighting individual lines (`hl_lines`) so we need to continue using Pygments.
- Layout metadata (eg. `sectionid`) is now on a `layout` variable rather than `page`
Tested the following pages and confirmed that they all work:
- "Docs" link (getting started page): http://127.0.0.1:4000/react/docs/getting-started.html
- Downloads: http://127.0.0.1:4000/react/downloads.html
- Tutorial: http://127.0.0.1:4000/react/docs/tutorial.html
- A few pages under the "docs" subdirectory, to confirm they're working properly:
- http://127.0.0.1:4000/react/docs/addons.html
- http://127.0.0.1:4000/react/docs/why-react.html
- http://127.0.0.1:4000/react/docs/create-fragment.html
- A few tips:
- http://127.0.0.1:4000/react/tips/false-in-jsx.html
- http://127.0.0.1:4000/react/tips/style-props-value-px.html
- Non-English versions of the page:
- http://127.0.0.1:4000/react/docs/getting-started-it-IT.html
- http://127.0.0.1:4000/react/docs/getting-started-ja-JP.html
9 years ago
Paul O’Shannessy
5f34a11365
Update website for 15.2.1
(cherry picked from commit ea880f2e2cd7944dceb0097e80f5e92f39243afc)
9 years ago
Dan Abramov
e9d421dda7
Clarify the section about dogfooding ( #7292 )
9 years ago
Dan Abramov
1888048e84
Minor tweaks to Design Principles ( #7283 )
9 years ago
Dan Abramov
9176c0d597
Add Design Principles to the docs ( #7282 )
9 years ago
Fernando Alex Helwanger
99adf5da96
Add mixins property to context example ( #7277 )
9 years ago
Paul O’Shannessy
710f12e7e3
[docs] Follow up to 6972 - update docs code ( #7278 )
9 years ago
segmentationfaulter
33faa2c9fe
Update 03-interactivity-and-dynamic-uis.md ( #6972 )
9 years ago
Dan Abramov
167fa71b5b
Fix typos in “Mixins Considered Harmful” ( #7275 )
* Fix typos in “Mixins Considered Harmful”
* Use consistent code style
9 years ago
Dan Abramov
1a75b4dff9
Add a new blog post about mixins ( #7273 )
9 years ago
Zac Smith
c95279ea17
Remove uneccesary colon ( #7238 )
Only use a colon after a statement that is a complete sentence, like [Grammer Girl says](http://www.quickanddirtytips.com/education/grammar/colons ).
9 years ago
Varayut Lerdkanlayanawat
8695fd8c66
Reformat event names in Media Events section ( #7250 )
9 years ago
Keyan Zhang
12333ddd6f
Blog post for error codes
9 years ago
Paul O’Shannessy
a2a9836a96
Import warnings that currently live in gists. ( #7175 )
9 years ago
Samuel Reed
7c4a139e05
Add PropTypes.symbol to reusable components doc ( #7171 )
9 years ago
Paul O’Shannessy
039d6ac773
Update website for 15.2.0
(cherry picked from commit 3a6584b2eebfa27b416ccc2b4a3c3fc8be1ff3ae)
9 years ago
Brandon Dail
253a28af5e
Clarify purpose of state property in ES6 classes ( #7109 )
9 years ago
Jim
f50372573e
webcomponents should use attachedCallback instead of createdCallback. ( #7102 )
9 years ago