Commit Graph

1662 Commits

Author SHA1 Message Date
Luis Filipe
a9ab627e09 Update rendering-elements.md (#2804)
Link each mention of a React API in rendering-elements.md to the reference docs.

On this page replace every static occurrence of `ReactDOM.render()` by link to the reference docs [`ReactDOM.render()`](/docs/react-dom.html#render)

Is this in the right direction @sophiebits ? 🤔 

ref #2630
2020-03-03 18:33:16 -08:00
Sinan Aksay
2ab1ca5007 fixed the bracket (#2796) 2020-03-01 18:01:03 +03:00
Sinan Aksay
03a151590f added ReactJS Istanbul (#2792) 2020-03-01 16:34:55 +03:00
Sunil Pai
c95c5cb123 Add Edge extension link for Devtools (#2790)
* add Edge extension link for Devtools

* Update 2015-09-02-new-react-developer-tools.md
2020-02-29 18:27:04 +00:00
Dan Abramov
c1d4960a2a Remove shallow renderer from website navigation (#2785)
We still support it (and you can find this page in search), but we're transitioning away to community maintenance.
So we're deemphasizing it on the website.
2020-02-27 18:19:33 +00:00
Dan Abramov
df492156d3 Add redirect from old blog post url (#2784)
* Add redirect from old blog post url

* Update 2020-02-26-react-v16.13.0.md
2020-02-27 02:58:11 +00:00
Sean McPherson
770cb59d6c Use semantic button for event handler example (#2781)
As a general rule, `onClick` handlers should not be applied to non-interactive elements like a `div`. There is not substantive change to the code sample, but it doesn't provide a better example of semantic HTML for developers reading the documentation.
2020-02-26 15:31:43 -08:00
Sunil Pai
a2813dc864 fix 16.13 blog post date (#2782)
as well the right link to the changelog
2020-02-26 22:36:06 +00:00
Brian Vaughn
d89ca50a06 Updated CHANGELOG to remove passive effects change from 16.13 release. (It wasn't part of that release.) 2020-02-26 13:10:49 -08:00
Dan Abramov
7f56986243 Fix wrong version 2020-02-26 20:55:30 +00:00
Sunil Pai
1b5c6d3d13 Blog post for v16.13.0 (#2779)
* Blogpost for v16.13.0

* Tweak

* Update 2020-03-02-react-v16.13.0.md

* update react/react-dom versions

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-02-26 20:44:54 +00:00
James Cool
bba6229e90 Fix broken link (#2776)
* Fix broken link

* change underscores to hyphens

Previous fix not correct. This actually fixes the link.
2020-02-24 13:27:06 -08:00
nanaki14
821e207262 fix: 🐛 Update conferences.md (#2735) 2020-02-24 13:24:23 +03:00
Patrick Smith
0741c81a14 "async" mode to "concurrent" mode (#2761)
Should hooks such as `useLayoutEffect`, `useEffect`, etc also be listed in the "Render phase lifecycles" section?
2020-02-20 09:17:03 -08:00
Jamie Dixon
2746927f56 Add the word 'a' to 'whole seven seconds' to complete sentence (#2757) 2020-02-20 09:00:38 +03:00
Levi Notik
9fea635692 Minor grammatical fix (#2747)
Change 

> node whose contents has changed 

to

> node whose contents have changed
2020-02-18 12:51:35 -08:00
Kin Lum
285902c381 "Here" as the title for link has no semantics (#2751)
A page could have 50 links, every one with the link text "Here" and it doesn't mean anything.
Search engines rely on the fact that the link text says something about the link. The text "Here" doesn't mean anything to search engines.  Using "Here" as link text has no semantic value.
2020-02-18 12:43:07 -08:00
Brent Mulligan
5af5fba65a Remove dead link (#2743) 2020-02-16 18:56:01 +03:00
Kristian Freeman
70616deae3 Add Byteconf React 2020 (#2730) 2020-02-11 00:06:22 +00:00
Jakub Drozdek
4367566bdd Remove part about stateless components (#2694) 2020-02-09 15:41:06 -08:00
Sam Cook
e5edde701a Corrected minor grammar issue (#2726)
On line 40, the phrase following the 'comma and' should be independent (i.e., contain a subject). Alternatively, the comma preceding the 'and' should be deleted, making the dependent clause following the 'and' grammatically acceptable.
2020-02-09 15:38:57 -08:00
Sophie Alpert
c9fe940cb0 Update faq-versioning.md
It's 2020 already.
2020-02-08 15:09:29 -08:00
Philip Middleton
f1a13ae1c1 Added the Ann Arbor Michigan Meetup to the US list. (#1723) 2020-02-06 22:58:13 +03:00
Ailuue
10b052d11c Add "Chain React 2020" (#2714)
Adds details for the July "Chain React 2020" conference in Portland, OR.
2020-02-05 02:04:29 +00:00
numb86
4fae9e8905 Fix internal link (#2668) 2020-02-03 14:53:12 -08:00
Juan Moises Torrijos
12eaa7a95d Add Panama to React meetup list. (#2708)
* Add Panama to React meetup list.

* Update meetups.md

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-02-01 04:00:28 +03:00
Wojtek Szafraniec
1a892131b8 Update conferences list (#2707)
* Update conferences list

Add React Native Eu 2020 conference

* Update conferences.md

* Update conferences.md

Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2020-02-01 03:58:25 +03:00
andr1o
335d643362 Update external-resources.md (#2698)
Fix broken Hero35 link
2020-01-23 19:16:46 +03:00
Dan Ott
7cb9511e3b Adding Cleveland React meetup (#2697) 2020-01-23 19:14:43 +03:00
Nicolas Gallagher
a79f91124f Update docs on how to contribute (#2696)
* Remove outdated content.
* Add JDK installation requirement
2020-01-21 13:38:45 -08:00
yoeldovidcohen
c8aef5dc0d Got this warning when using the former version (#2693)
The --typescript option has been deprecated and will be removed in a future release.
In future, please use --template typescript.
2020-01-20 18:41:14 +03:00
Malcolm Kee
7ab8394ed6 Add meetup for Kuala Lumpur, Malaysia (#2689) 2020-01-18 22:38:24 +03:00
Kamlesh Chandnani
159ac03315 update conferences.md - add react day bangalore to the list (#2681)
* add react day bangalore to the list

* update conferences.md
2020-01-16 12:56:33 -08:00
Miguel Alejandro Bolivar Portilla
205380ce48 Add React La Conferencia into conferences.md (#2678) 2020-01-16 12:44:41 -08:00
Shingo Inoue
2f7be1e278 Update conferences.md (#2671) 2020-01-16 12:43:17 -08:00
Dan Green
d7e9a52d7d Updated strict-mode docs to use UNSAFE_* lifecycle method names (#2683)
* Updated strict-mode docs to use UNSAFE_ method names

The strict mode docs still reference the old `componentWill*` lifecycle method names, this updates them to be `UNSAFE_componentWill*`

* Tweaked docs to mention both unsafe lifecycle names

Co-authored-by: Brian Vaughn <brian.david.vaughn@gmail.com>
2020-01-16 09:21:09 -08:00
Christoph Nakazawa
aa8f663693 Change very visible to noticeably (#2679)
I believe the text in this paragraph is meant to say `visibly` but that alone is not expressive enough so `very` was added in front. I believe the correct unambiguous word to use here should be `noticeably`.

cc @gaearon
2020-01-15 11:55:05 +00:00
Rasmus Nilsson
3f64033e6e Fix grammar (#2676) 2020-01-14 14:29:56 -08:00
David Cho-Lerat
99a18287c1 Update testing-environments.md (#2665)
Remove extraneous "both"
2020-01-11 21:09:23 -08:00
Ben Schwarz
dedacfbc53 Updated URL to react performance article (#2670) 2020-01-11 21:06:31 -08:00
Ben Hodgson
5c663757e2 Move 2019 conferences to Past Conferences list (#2664) 2020-01-07 18:15:25 +03:00
numb86
1e4159d11d Fix sample test code (#2648) 2020-01-06 14:15:33 -10:00
Evrim Persembe
24ebabd01e Update "Refs and the DOM" documentation (#2657)
* Update "Refs and the DOM" documentation

As function components can now have state through hooks, remove the part that mentions converting a function component to a class component to be able to use state.

* Update refs-and-the-dom.md

Co-authored-by: Sophie Alpert <git@sophiebits.com>
2020-01-06 14:11:05 -10:00
Sahil Mhapsekar
3413c785fa Add React India 2020 to Upcoming Conferences (#2659)
* add reactIndia 2020

* update correct hashtag
2020-01-06 13:16:01 -08:00
Vinoth Kumar
071f5b0e16 Update introducing-jsx.md (#2660)
* Update introducing-jsx.md

* Fix formatting

Co-authored-by: Sophie Alpert <git@sophiebits.com>
2020-01-05 19:38:47 -10:00
Vinoth Kumar
f2cffb8ca4 Link is not working (Domain expried) (#2636) 2020-01-05 16:25:11 -10:00
Anthony Valera
fc0e690b4e Changes variable declarations in code examples (#2345)
Converts a few `let` declarations for constant values to `const` in code examples
2020-01-03 01:53:52 +03:00
Sophie Alpert
6788666b0d Make link text for toolchain setup clearer
Fixes #2437.
2020-01-01 08:53:11 -08:00
Sophie Alpert
1e4023ed7d Add note about skipped updates with noop setState
Fixes #2599.
2020-01-01 08:40:36 -08:00
Sophie Alpert
f2920cc67b Amend DOM measurement hooks example to be clear about shortcomings
Fixes #2556.
2020-01-01 08:32:01 -08:00