Commit Graph

804 Commits

Author SHA1 Message Date
Kevin Menard‮
986381c568 Update an example to use a more accurate abbreviation. (#2201) 2019-08-06 12:47:30 -04:00
Colin
eef56ffdcf Add a relevant FAQ link in "Thinking In React" (#2170) 2019-07-25 09:54:48 -07:00
Peng Jie
5dca78b7e3 docs(hooks): fix typo (#2161) 2019-07-21 22:12:27 -07:00
Alex Krolick
a0911655e0 Revert "Added option for more cdns. (#2144)" (#2146)
This reverts commit b84fb3d281.
2019-07-14 10:12:46 -07:00
Taeheon Kim
dc650ecdae Update docs about an existence of .elementType (#2145)
Hi, I've met the same issue on [here](https://github.com/facebook/prop-types/issues/200) at storybook and found the following [PR](https://github.com/facebook/prop-types/pull/211) that adds the `elementType` feature. It could find the doc on npm, but not the official react site.
2019-07-14 01:34:36 +03:00
Hamid Sarfraz
b84fb3d281 Added option for more cdns. (#2144) 2019-07-14 01:34:14 +03:00
Mikko Vedru
4af9f2dcd1 Reduce confusion about adding additional fields to .this (#2142)
As a new React learner, this part was a bit confusing as I though that it was referencing `() => this.tick()` part of the code. My addition would help at least people like me.
2019-07-11 11:11:59 -07:00
UmaR Aamer
06dd4cbe97 React Native added support for hooks in 0.59 (#2121)
* React Native added support for hooks in 0.59

React Native 0.59 and above already support React Hooks, this line is no longer necessary, causes confusion for some people that it is not working right now. We can also mention React Native version if needed.

* update with react native mention of hooks support

* Update content/docs/hooks-faq.md

suggested changes

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
2019-07-09 18:33:15 +03:00
Natalie Marleny
b57265b8f9 [Documentation] Fix: Update link to Chrome Accessibility Inspec… (#2134) 2019-07-09 09:34:06 +03:00
Neil de Carteret
18f662ce41 Update hooks-faq.md (#2113)
* Update hooks-faq.md

I tripped up slightly while reading this example for using the callback form of a state setter inside an effect. I've added a few lines that might help a hook newbie grok the differences between the examples.

* Update hooks-faq.md

* Update hooks-faq.md
2019-07-01 08:46:54 -07:00
Sibiraj
c024001caf Update Production Optimization docs to use terser (#2112)
* Update Production Optimization docs to use terser

* Update Optimizing Performance.md

* Fix typo

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
2019-07-01 12:39:11 +03:00
Sibiraj
d71c6e3695 Remove tooling support info in fragment docs (#2096) 2019-06-30 10:50:44 +03:00
ZachMayer
03260d7149 [docs] Updated required node and npm versions to match CRA docs in 'docs/create-a-new-react-app.html' (#2099)
https://facebook.github.io/create-react-app/docs/getting-started
2019-06-30 10:42:08 +03:00
Dom
aa84270837 Fixed broken link to discuss.react.org (#2107)
* Replaced broken discuss.reactjs.org link

On the how-to-contribute page, there is a broken link under the https://reactjs.org/docs/how-to-contribute.html#how-to-get-in-touch section. As outlined in https://github.com/reactjs/reactjs.org/issues/2080 `discuss.reactjs.org` isn't reachable.

I edited the text to display `Discussion Forums` which links to https://reactjs.org/community/support.html#popular-discussion-forums (as I was unable to find an official reactjs discussion forum).

* fixed text case

changed `Discussion Forums` to `Discussion forums`
2019-06-30 10:36:19 +03:00
Matt Wood
6a6b9170f4 Fixed minor code-splitting.md typo (#1292)
* Fixed minor code-splitting.md typo

* Update code-splitting.md


Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2019-06-30 10:33:05 +03:00
Jesse Jackson
1705c25143 Improve grammar (#2106) 2019-06-30 10:31:25 +03:00
Vlad
4d1197b3be Add description of PropTypes.exact (#1581)
Info from https://github.com/facebook/prop-types#usage
2019-06-29 11:05:42 -07:00
Riley Avron
cb5a61cdbf Add missing function call to example (#2102)
An example for useEffect omitted the actual invocation of the function in question.
2019-06-25 17:15:19 -07:00
Emma
39f30d4211 Update thinking-in-react.md (#2098)
Follow up to https://github.com/reactjs/reactjs.org/pull/2095#discussion_r296498172
2019-06-24 14:54:37 -07:00
Emma
92ad9c2f7a Update thinking-in-react.md (#2095)
Please refer to https://justsimply.dev for the thinking behind these proposed changes.
2019-06-23 14:07:22 -07:00
iqbal125
899411236d old link to outdated version of jest (#2088)
This link is pointing to a much older version of Jest. I have added a link to the current page for snapshot testing for the current version of jest.
2019-06-18 14:16:38 -07:00
Jan Rochalski
263ef8b5fd chore/and operator instead of ternary operator (#2064) 2019-06-10 08:53:53 +03:00
Kent C. Dodds
6d006ccc33 Update React Testing Library name (#2061)
Since the package was renamed to `@testing-library/react` we're trying to encourage people to drop writing "react-testing-library" in favor of "React Testing Library"
2019-06-06 13:51:27 -07:00
kyarik
c93286c071 Some fixes to the Accessibility guide (#2047)
Added missing code indentation; removed an extra "an"
determiner in a sentence.
2019-06-02 15:57:50 +03:00
Brendan Falkowski
23b242edc4 Say "disconnecting" not "plugging out" your mouse (#2037)
The previous phrase "plugging out" is uncommon in English. Saying "disconnecting" is better than "unplugging" because many mouse users have wireless mice, and is more accurate.
2019-05-25 15:48:27 -07:00
Angelos Orfanakos
2dccf4699d Remove redundant "reading" word from hooks faq (#2036) 2019-05-25 10:44:12 -07:00
Ilkwon Sim
57b6d76841 Fix wrong sentences line break 2019-05-23 17:00:03 +09:00
Max Wizard K
1f27bba948 Updating link to the article about React internals (#2022) 2019-05-22 12:00:52 +01:00
Gavin Elster
8d9b002130 Fix typo (#2021)
* Fix typo

Adds a missing word

* Update content/docs/hooks-faq.md

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
2019-05-22 13:34:04 +03:00
Gavin Elster
dda5b49f45 Swap word order (#2020)
Figure this was a typo
2019-05-21 21:22:58 +03:00
Niklas Mollenhauer
e12c973cf1 Update core-js includes (#2007)
The path seem to have changed in the latest `core-js` package. https://github.com/zloirock/core-js/tree/master/packages/core-js
2019-05-18 14:27:44 +03:00
Matthew
8e6343b5a6 Fix broken webpack production guide link in "Optimizing Performance" page. (#2011) 2019-05-18 14:24:50 +03:00
Misha Moroshko
b3d4fe5efb Keep hook links consistent (#1323) 2019-05-18 14:22:00 +03:00
Tajammul Pasha
2d664c178a fixed svelte-js broken link (#2010) 2019-05-17 21:53:35 -07:00
Brent
06deefa567 Update hooks-effect.md (#2005) 2019-05-16 13:35:06 -07:00
Aaron Mast
d2d2ee420d Fix useReducer example (#1992) 2019-05-14 10:10:25 +03:00
Alex Krolick
c8703314dd update faq on perf with function props (#1994) 2019-05-13 22:46:23 -07:00
Kent C. Dodds
b91049c057 inputs array > dependencies array (#1957)
* inputs array > dependencies array

I think initially this was referred to as the "inputs array" in the docs, then it was changed to the "dependencies array" everywhere except it looks like a few were missed.

* inputs array > dependencies array

I think initially this was referred to as the "inputs array" in the docs, then it was changed to the "dependencies array" everywhere except it looks like a few were missed.
2019-05-09 10:35:27 -07:00
Peng Jie
a211417f66 fix(terms): treeshaking -> tree shaking (#1977) 2019-05-07 14:47:32 +03:00
Dan Abramov
ad6687e25e Simplify the observer example 2019-05-06 03:05:28 +01:00
0xnoob
b1691780aa previous page link not linking to previous page, but to the second last. (#1959)
* previous page link is not linking to the previous page, but to the second last.

The example code is on both, the `Introducing Hooks` as well as `Hooks at a Glance` page, but the linked page is the `Introducing Hooks` and I think that's the right one (the `Hooks at a Glance` page probably got added later?).

Not sure about the phrasing so, having "introduce" twice in one sentence ...

* Update content/docs/hooks-state.md

Co-Authored-By: 0xnoob <49793844+0xnoob@users.noreply.github.com>


Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2019-05-03 15:05:10 +03:00
0xnoob
8c39db7f07 Broken anchor link in Advanced Concepts. (#1951)
The link should probably either go to directly to the beginning of main concepts (which is what my proposes change does), or to the anchor  -tag of "Step-by-Step Guide" (#step-by-step-guide). There is no other link in the article which refers to another anchor-tag, that's why I chose to directly link to the main-concepts.
2019-04-28 23:36:09 +03:00
Alexey Pyltsyn
066479b69a Generate ids for new headers 2019-04-27 22:13:12 +03:00
ANOTHER GUY
6bc6e7b141 Fix the link so that it navigates to anchor rather (#1816)
* Fix the link so that it navigates to anchor rather

* Update create-a-new-react-app.md
2019-04-24 09:43:11 +03:00
Camilo Giraldo
f4a67ffdfb Fix for 1874 broken link (#1902) 2019-04-24 09:39:54 +03:00
Lokesh Kumar
a2d69c68ae Update create-a-new-react-app.md (#1400)
Fixes typo flexiblity
2019-04-24 09:19:42 +03:00
renato
621f4c87bd lowercase link to React.createElement section (#1509) 2019-04-24 09:14:39 +03:00
Quentin Bahers
dcfc0bbb10 Fix the "Releases" link in the "Getting Started" page (#1530) 2019-04-24 09:12:33 +03:00
José Antonio Chio
7be4caf210 Update ESLint Plugin installation command (#1758) 2019-04-24 09:02:43 +03:00
Sunil Pai
2aa3c54e08 Update addons-shallow-compare.md (#1924) 2019-04-15 09:44:46 -07:00