Commit Graph

3246 Commits

Author SHA1 Message Date
Dennis Dang
1da66cd968 Fix typo 2018-01-11 14:55:40 -08:00
Ian Sutherland
6158ab4666 Corrected yarn link instructions on How to Contribute page. (#511) 2018-01-11 02:25:14 +00:00
Jonathan Pool
fdf409a7d1 Grammatical disambiguation (#504)
Prevents interpretation as “JSX is closer to JavaScript than HTML is”. The latter is obviously true, but the apparent meaning is the former, which is less obvious.
2018-01-10 13:22:23 +00:00
Derek Edwards
276e75ce23 Added Columbus, OH meetup (#502) 2018-01-09 19:42:12 +00:00
Brian Vaughn
3dca82bfe9 Merge pull request #442 from davidnguyen179/reference-test-renderer/note__react-test-render_react_react-dom
react-test-render/Cannot read property 'ReactCurrentOwner' of undefined
2018-01-09 11:30:54 -08:00
Brian Vaughn
c07c8be506 Formatting nit 2018-01-09 11:29:48 -08:00
Sam
2df0f5af4d Pedantic language change (#500)
* Pedantic language change

This page led to the creation of a bad question on a job interview test, leading someone to believe that functions and objects are primitives. They are not.

https://developer.mozilla.org/en-US/docs/Glossary/Primitive

* Verbiage change
2018-01-08 19:23:54 +00:00
Dan Abramov
800c0079d9 Be more specific about browsers that need polyfills 2018-01-08 14:29:03 +00:00
Kaycee
2044bf1ef9 Update state-and-lifecycle.md (#496) 2018-01-08 13:26:06 +00:00
Blessing Ebowe
107f7df4bf Update reference-react-dom-server.md (#497) 2018-01-08 13:25:29 +00:00
Sergey Korzh
21300896dc Removed unnecessary dot. (#494) 2018-01-07 14:27:36 +00:00
Sanjay Purswani
62113ec265 Document how highlight updates works in the optimizing performance pa… (#387)
* Document how highlight updates works in the optimizing performance page - closes #360

* Change example animated gif to not mention Redux

* Be more explicit about the theory and workflow around using Highlight Updates - closes #360

* improve grammar, correctly label link to #avoid-reconciliation

* Trim content to its essentials and move to a more relevant place in Avoid Reconciliation section - Closes #360

* Make requested changes to wording and host images internally

* Minor rewording
2018-01-07 13:01:51 +00:00
OOO :: ItsPugle
e81393125e Update Footer.js to reflect the change of year (#493)
* Update Footer.js

* Removing an accidental character
2018-01-07 11:38:33 +00:00
Alex
60faba4e8e Merge pull request #486 from HeroProtagonist/code-split-example-edit
Properly nest components in router
2018-01-06 09:50:22 -09:00
HeroProtagonist
8b9850820c div -> switch 2018-01-06 13:28:36 -05:00
Dan Abramov
d5af622629 Mention that we don't recommend inheritance in the component doc (#487) 2018-01-06 14:23:07 +00:00
HeroProtagonist
f601ba1dfc Properly nest components in router 2018-01-05 18:04:27 -05:00
Henry Q. Dineen
df94acd78e fix a couple broken links (#485) 2018-01-05 18:42:40 +00:00
Dan Abramov
e7914b5487 Add more info about refs 2018-01-05 18:07:36 +00:00
Alex
2d97f8285b Merge pull request #483 from joshwcomeau/patch-2
Spelling nits for `code-splitting.md`
2018-01-04 20:32:11 -09:00
Alex
bb4d0fc0c2 Revert wording 2018-01-04 20:29:24 -09:00
Joshua Comeau
4636461c79 Spelling nits for code-splitting.md
Really enjoyed the newest code-splitting docs!

I caught a minor spelling error: `interuptive` -> `interruptive`. I decided to indulge the writer in myself, and chose to rephrase some things that I thought could be clearer.

That said, I recognize that many of the changes I'm making are subjective. More than happy to simply fix the typo, but I thought I'd submit this to see if others agree with my phrasing changes.
2018-01-04 21:19:47 -05:00
James Kyle
615c660245 Init Code-Splitting docs (#348)
* Init Code-Splitting docs

* Fix <Route path="/"> to use exact

* Fix code splitting typos

* Fix note formatting on the website

* Minor tweaks

De-emphasize webpack, mention Next and Gatsby
2018-01-04 21:09:29 +00:00
Alex
eb98181dc3 Merge pull request #458 from uberfabulous/patch-1
Clarify Component capital letter caveat example.
2018-01-04 08:05:32 -09:00
Alex
77793be4ca Update components-and-props.md 2018-01-04 08:03:55 -09:00
Alex
801a51fce2 Update capital-letter caveat 2018-01-04 07:53:28 -09:00
JobbyM
efc9fb02e0 missing a parenthesis (#480) 2018-01-03 12:50:18 +00:00
Dzung Nguyen
77e8d19087 Merge branch 'master' of https://github.com/reactjs/reactjs.org into reference-test-renderer/note__react-test-render_react_react-dom 2018-01-03 07:04:34 +07:00
Dzung Nguyen
6e7c3ca53f update words for react packages version 2018-01-03 06:40:25 +07:00
Brian Vaughn
e177ed195e Merge pull request #323 from vishalvrv9/vishalvrv9-docs-inputfile-improvement
doc: added documentation for input type=file
2018-01-02 10:31:00 -08:00
Brian Vaughn
82cf82486a Wordsmithing
Replaced "a <input>" with "an <input>" in a couple of places.

Simplified wording slightly to (hopefully) be easier for non-native speakers to read.
2018-01-02 10:27:34 -08:00
shawn wang
e80abf73fd add second Contributing to React video link (#479)
as suggested by @gearon to help inspire others https://twitter.com/dan_abramov/status/948156772455518208
2018-01-02 17:50:19 +00:00
Antony Budianto
d6412ae153 Fix 404 relay modern link (#474) 2017-12-31 15:13:21 +00:00
Alex
3ed4db2373 Merge pull request #463 from siddharthkp/patch-1
Add bae
2017-12-26 15:01:35 -09:00
邪无神
49e79e3f08 fix(#460) 404 link of Relay's createContainer API in doc HOC (#468) 2017-12-26 12:10:46 +00:00
Satish Yadav
239fe8c11f Link to "Add React to an Existing App" corrected. (#465)
Link to "Add React to an Existing App" corrected. It was pointing to "/docs/add-react-to-a-new-app.html".
2017-12-25 14:42:21 +00:00
Vishal Raj
436c43e32e fixing circleCI post prettier reformatting 2017-12-24 22:11:26 +05:30
Siddharth Kshetrapal
00cb2c1c85 Add bae 2017-12-24 05:15:36 -03:00
Dan Abramov
2d85831231 Tweak links
- anchor link scrolls badly, link to the top instead
- add a line break
2017-12-23 20:34:53 +00:00
Dan Abramov
fbf52cc973 Add a note about using React not for SPAs (#462)
* Add a note about using React not for SPAs

* Reword and highlight

* Reword section about starter kits

* Update add-react-to-a-new-app.md
2017-12-23 20:28:00 +00:00
Dan Abramov
14acda1c92 Reword the note 2017-12-23 19:42:40 +00:00
Dan Abramov
2c4b2b12a8 Clarify what single-file HTML page is for 2017-12-23 19:41:12 +00:00
Dan Abramov
ae7286f14a Clean up "Starter Kits" (#461) 2017-12-23 19:21:41 +00:00
Alex
7fafb9f916 Break out Installation into top-level doc section (#452)
* Break out Installation into top-level doc section

* Update navigation (prev/next, nav tree)

- Move Installation section to top
- Add next/prev to install pages

* add links to other install options from try react page

* fix markdown link

* Clarify that Quick Start and Install are optional "next steps"

* Add top-level CDN page

This is useful for Codepen and other Unpkg-y setups

* Add link to Tutorial from Try React

* Update CRA link in tutorial

* Make Try React subheader a proper sentence

* Add "minimal"

* Explain local dev setup is more work than Codepen etc

* Fix typos

* Add : between headings

* add note that CRA is not lightweight

* fix typo

* Update add-react-to-a-new-app.md

* Update add-react-to-a-new-app.md

* Remove the Bower note

* Update try-react.md

* Tweak wording

* Use direct link
2017-12-23 15:37:23 +00:00
Dzung Nguyen
9f08b33596 added incompatibilities note to installation.md 2017-12-23 15:10:21 +07:00
uberfabulous
dd604052fe Clarify Component capital letter caveat example.
Added "...the capital 'W' in..." to help reader focus their attention on the capital 'W' within `Welcome` for minor clarity improvement.
2017-12-22 15:07:04 +08:00
Vishal Raj
33aa0f6b4b gatsby remark embed snippet inclusion 2017-12-22 12:11:29 +05:30
Vishal Raj
dfa21190d3 Merge branch 'master' of https://github.com/vishalvrv9/reactjs.org into vishalvrv9-docs-inputfile-improvement 2017-12-22 10:48:37 +05:30
Dzung Nguyen
5241518be8 update styles & wording 2017-12-22 08:03:08 +07:00
Brian Vaughn
8d596f2a2e Merge pull request #453 from VictorHom/fix_reactdom_api_link_overview
Update a link for react dom page in code overview
2017-12-21 17:00:15 -08:00