mknapper1
fe5ec2c55d
Fix typo in hooks-faq.md ( #2649 )
* Fix typo in hooks-faq.md
* Update hooks-faq.md
* Update hooks-faq.md
Co-authored-by: Sophie Alpert <git@sophiebits.com>
Co-authored-by: Sunil Pai <threepointone@oculus.com>
5 years ago
Aviv Hadar
602bfb5eda
Update hooks-reference.md ( #2691 )
Clarifying a useState sentence
5 years ago
Abdulaziz Sirojiddinov
902918e162
adding next section path ( #2741 )
adding the next section path at the end.
5 years ago
Abdulaziz Sirojiddinov
0c6d760ab5
adding next section url path ( #2742 )
adding next section URL path at the end in order to ease readers follow steps
5 years ago
38elements
b39931e98a
Fix og:image ( #2745 )
5 years ago
Sunil Pai
87b4a4fac7
Revert "added stackblitz to playground ( #2759 )" ( #2820 )
This reverts commit 869c740a88
.
5 years ago
Pato
869c740a88
added stackblitz to playground ( #2759 )
* added stackblitz to playground
* modified link of Stackblitz
I changed the link based on comment from @EricSimons
5 years ago
J Zhong
bbc6419a36
Add link to download node.js in Create React App ( #2787 )
5 years ago
Muhammad Arslan Sajid
69b15a2117
update hooks-faq.md ( #2806 )
1- Added getDerivedStateFromError lifecycle method to "Do Hooks cover all use cases for classes?"
2- Added getSnapshotBeforeUpdate lifecycle method to "How do lifecycle methods correspond to Hooks?"
5 years ago
Daniel Emod Kovacs
aa177081e0
fix: extract instantiation of Remarkable ( #2813 )
5 years ago
Balázs Orbán
78793ef90d
move Hungarian to in progress ( #2818 )
5 years ago
Vishal Jagtap
21d5ecef80
Added Pune (India) Meetup Communiy ( #2808 )
5 years ago
Ryan James
616807556f
s/'a myriad of'/'myriad' ( #2764 )
Think of "myriad" as a number. You wouldn't say "a nine of things", you would say "nine things".
5 years ago
Karl Horky
33f93b7b04
Move past conferences to bottom of page ( #2816 )
5 years ago
Sunil Pai
c9b76e9795
fix test renderer's act() example ( #2811 )
`<renderer>.update()` doesn't return anything
5 years ago
Sunil Pai
60d83be9be
Add shouldComponentUpdate to list of methods double called in Strict Mode ( #2810 )
This landed in 16.13 via https://github.com/facebook/react/pull/17942
5 years ago
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
5 years ago
Sinan Aksay
2ab1ca5007
fixed the bracket ( #2796 )
5 years ago
Sinan Aksay
03a151590f
added ReactJS Istanbul ( #2792 )
5 years ago
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
5 years ago
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.
5 years ago
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
5 years ago
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.
5 years ago
Sunil Pai
a2813dc864
fix 16.13 blog post date ( #2782 )
as well the right link to the changelog
5 years ago
Brian Vaughn
d89ca50a06
Updated CHANGELOG to remove passive effects change from 16.13 release. (It wasn't part of that release.)
5 years ago
Dan Abramov
7f56986243
Fix wrong version
5 years ago
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>
5 years ago
James Cool
bba6229e90
Fix broken link ( #2776 )
* Fix broken link
* change underscores to hyphens
Previous fix not correct. This actually fixes the link.
5 years ago
nanaki14
821e207262
fix: 🐛 Update conferences.md ( #2735 )
5 years ago
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?
5 years ago
Jamie Dixon
2746927f56
Add the word 'a' to 'whole seven seconds' to complete sentence ( #2757 )
5 years ago
Levi Notik
9fea635692
Minor grammatical fix ( #2747 )
Change
> node whose contents has changed
to
> node whose contents have changed
5 years ago
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.
5 years ago
Brent Mulligan
5af5fba65a
Remove dead link ( #2743 )
5 years ago
Kristian Freeman
70616deae3
Add Byteconf React 2020 ( #2730 )
5 years ago
Jakub Drozdek
4367566bdd
Remove part about stateless components ( #2694 )
5 years ago
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.
5 years ago
Sophie Alpert
c9fe940cb0
Update faq-versioning.md
It's 2020 already.
5 years ago
Philip Middleton
f1a13ae1c1
Added the Ann Arbor Michigan Meetup to the US list. ( #1723 )
5 years ago
Ailuue
10b052d11c
Add "Chain React 2020" ( #2714 )
Adds details for the July "Chain React 2020" conference in Portland, OR.
5 years ago
numb86
4fae9e8905
Fix internal link ( #2668 )
5 years ago
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>
5 years ago
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>
5 years ago
andr1o
335d643362
Update external-resources.md ( #2698 )
Fix broken Hero35 link
5 years ago
Dan Ott
7cb9511e3b
Adding Cleveland React meetup ( #2697 )
5 years ago
Nicolas Gallagher
a79f91124f
Update docs on how to contribute ( #2696 )
* Remove outdated content.
* Add JDK installation requirement
5 years ago
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.
5 years ago
Malcolm Kee
7ab8394ed6
Add meetup for Kuala Lumpur, Malaysia ( #2689 )
5 years ago
Kamlesh Chandnani
159ac03315
update conferences.md - add react day bangalore to the list ( #2681 )
* add react day bangalore to the list
* update conferences.md
5 years ago
Miguel Alejandro Bolivar Portilla
205380ce48
Add React La Conferencia into conferences.md ( #2678 )
5 years ago