Natalie Marleny
b57265b8f9
[Documentation] Fix: Update link to Chrome Accessibility Inspec… ( #2134 )
6 years ago
Maxim Kudryavtsev
40e96a44e5
Add DevExtreme Reactive to the Components list ( #2127 )
6 years ago
Rainer Martínez Fraga
26d9c14a7d
Revert "fix(Blog): Post title updated to correct word for yes word in spanish ( #2122 )" ( #2130 )
This reverts commit 06a029d53d
.
6 years ago
Akansh Gulati
06a029d53d
fix(Blog): Post title updated to correct word for yes word in spanish ( #2122 )
6 years ago
aaron
2dd6924e25
move past conferences to the bottom of the list ( #2118 )
6 years ago
SR
ed9d73105a
Update tutorial.md ( #2115 )
changed 'any React apps' to 'any React app'
6 years ago
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
6 years ago
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>
6 years ago
Chris Dickinson
d47597f02c
Added free Scrimba React Tutorial ( #2111 )
A great video/editor tutorial consisting of 48 hands-on lessons.
6 years ago
Chang Yan
76588f6335
Correct the description of when gDSFP gets called ( #2100 )
6 years ago
Sibiraj
d71c6e3695
Remove tooling support info in fragment docs ( #2096 )
6 years ago
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
6 years ago
Ayush Rawal
6fc8c43e36
Add Meetup ( #2097 )
Add JaipurJS - JavaScript meetup in Jaipur, Rajasthan, India
6 years ago
Alyssa
7847d23421
Update 2019-02-23-is-react-translated-yet.md ( #2109 )
6 years ago
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`
6 years ago
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>
6 years ago
Jesse Jackson
1705c25143
Improve grammar ( #2106 )
6 years ago
Vlad
4d1197b3be
Add description of PropTypes.exact ( #1581 )
Info from https://github.com/facebook/prop-types#usage
6 years ago
Riley Avron
cb5a61cdbf
Add missing function call to example ( #2102 )
An example for useEffect omitted the actual invocation of the function in question.
6 years ago
Emma
39f30d4211
Update thinking-in-react.md ( #2098 )
Follow up to https://github.com/reactjs/reactjs.org/pull/2095#discussion_r296498172
6 years ago
Emma
92ad9c2f7a
Update thinking-in-react.md ( #2095 )
Please refer to https://justsimply.dev for the thinking behind these proposed changes.
6 years ago
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.
6 years ago
Joe Morgan
4b24c76436
Add Kansas City React Meetup ( #2071 )
6 years ago
Arnab Sen
133aa06c17
Remove and update links for deprecated UI tools ( #2053 )
* Remove and update links for deprecated UI tools
* Add React Native for Web link
* Added Material Components for React link
6 years ago
Arnab Sen
5849f604cc
Update react-jss link ( #2056 )
6 years ago
Jan Rochalski
263ef8b5fd
chore/and operator instead of ternary operator ( #2064 )
6 years ago
Taehwan Noh
2d9c2785dd
Update languages for Korean completion
6 years ago
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"
6 years ago
George Véras Valentim
957f0b3a40
Remove outdated link to React FAQ website ( #2043 )
* Add canonical url to the head
* Renaming ogUrl to canonicalUrl
* Changing home page canonical url
* Rename the createOgUrl.js file to createCanonicalUrl.js
* Updating ogUrl name and usage (now canonicalUrl)
* Add canonicalUrl to TitleAndMetaTags component on pages where it was missing
* Adding missing trailing slashes
* Remove deprecated link to React FAQ webpage
6 years ago
kyarik
c93286c071
Some fixes to the Accessibility guide ( #2047 )
Added missing code indentation; removed an extra "an"
determiner in a sentence.
6 years ago
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.
6 years ago
Angelos Orfanakos
2dccf4699d
Remove redundant "reading" word from hooks faq ( #2036 )
6 years ago
App Generator
04f3dc58db
Added AppSeed App Generator to the list ( #2030 )
AppSeed is a FullStack Web App Generator that allows you to choose a visual theme and apply it on a full, but flexible, technology stack in just a few minutes. The app generator can be used without an account. Read more: https://AppSeed.us
6 years ago
Ilkwon Sim
57b6d76841
Fix wrong sentences line break
6 years ago
Max Wizard K
1f27bba948
Updating link to the article about React internals ( #2022 )
6 years ago
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>
6 years ago
Gavin Elster
dda5b49f45
Swap word order ( #2020 )
Figure this was a typo
6 years ago
adam klein
7b217c7010
Add ReactNext 2019 ( #2019 )
6 years ago
Carston Henderson
d3d7d55750
Change 'operator' to 'method' ( #2016 )
I believe `.slice()` is an array prototype method, rather than an operator.
6 years ago
Benjamin Dunphy
d05c83b7ab
Add Real World React to meetups.md ( #2012 )
Add Real World React (San Francisco) meetup group
6 years ago
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
6 years ago
Matthew
8e6343b5a6
Fix broken webpack production guide link in "Optimizing Performance" page. ( #2011 )
6 years ago
Misha Moroshko
b3d4fe5efb
Keep hook links consistent ( #1323 )
6 years ago
Cloudspider
10e375dacb
Add React Live, The Netherlands ( #2006 )
Takes place 13th of September
6 years ago
Tajammul Pasha
2d664c178a
fixed svelte-js broken link ( #2010 )
6 years ago
Brent
06deefa567
Update hooks-effect.md ( #2005 )
6 years ago
Tejas Kumar
a03df074ee
Update conferences.md ( #2002 )
This PR updates the page to be more current.
6 years ago
Aaron Mast
d2d2ee420d
Fix useReducer example ( #1992 )
6 years ago
Alex Krolick
c8703314dd
update faq on perf with function props ( #1994 )
6 years ago
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.
6 years ago