Matt Wood
2e70fb5457
Fix minor typo in concurrent mode adoption docs ( #2472 )
5 years ago
Jakub Biesiada
ad3a1d568e
Fix typo ( #2469 )
5 years ago
Stephen Hanson
c7c9306d29
Fix typo in suspense documentation ( #2467 )
Removes a redundant "about this" in the concurrent-mode suspense docs.
5 years ago
Josh Pollock
ba4b45cfd0
Minor typo fix in concurrent mode overview. ( #2464 )
5 years ago
swyx
62775f329e
fix tiny typo on concurrent docs ( #2465 )
5 years ago
Juan
f324360d58
Update links to Relay docs ( #2462 )
5 years ago
Dan Abramov
9932845b39
Concurrent Mode Documentation ( #2461 )
5 years ago
Tomasz Czajęcki
6de2fdf80b
Add app.js Conf to conferences ( #2458 )
* Add app.js conf
* Change spelling of Kraków
5 years ago
Andrew Clark
2a15e912ec
Fix double negative on Release Channels page, too
5 years ago
Andrew Clark
b4b53b3d4c
Fix double negative
more unstable -> less stable
5 years ago
Andrew Clark
be0cd9ff79
Typo
5 years ago
Andrew Clark
e560f8ae22
Blog post announcing prerelease channels ( #2455 )
5 years ago
Sophie Alpert
71050d527d
Update code-splitting.md
5 years ago
Arshita Kakkar
d2ade76cce
Documentation ( #2449 )
* Update getting-started.md
Line 41 -
When starting a React project, [a simple HTML page with script tags](/docs/add-react-to-a-website.html) might still be the best option. It only takes a minute to set up!
Removed the hyperlink from "a" as we're focusing on simple HTML page so a shouldn't be hyperlinked.
* Update getting-started.md
Closes #2450
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
5 years ago
Alexey Pyltsyn
b18fc40880
Specify lang option for gatsby-plugin-manifest
5 years ago
Eugene Stepnov
1e44de0ef0
Update tool-ui-component.md ( #2447 )
Add a link to Flatlogic React admin templates.
5 years ago
mvikrammenon
c26e34d689
Updated URL with page section ( #2446 )
5 years ago
Adebayo Ilerioluwa
d303b08c19
Update conferences.md ( #2445 )
Added reactsummit from nigeria
5 years ago
Tom Beckenhauer
378afa448a
Update meetups.md ( #2439 )
5 years ago
Robert Haritonov
4853622a35
Add React Summit Amsterdam 2020, and update conf domain ( #2423 )
5 years ago
Thalyta Fabrine
81124465ac
Fix broken link for suspense demo ( #2418 )
5 years ago
Ravi Prakash
41757f144d
Added a new resource ( #2419 )
5 years ago
Brian Vaughn
43ff7aeb86
Added temporary /your-story redirect ( #2421 )
5 years ago
Phil Marshall
566a36e2c4
media query to hide header on print ( #2409 )
* media query to hide header on print
* add media query to hide footer on print
5 years ago
Jimmy Cleveland
454f44e7c0
Add usage example for useContext. ( #2414 )
* Add usage example for useContext.
The intent is to show where the hook fits in to the usual Context usage.
* Remove unnecessary comment in code block.
5 years ago
Saurabh Daware
0726327dbb
WebApp manifest added to allow users "Add to Homescreen" documentations ( #2377 )
* manifest config added and src/images/react_logo.png added for icon
* inverted commas fix as per linter
* added legacy:true option for ios
* legacy:true lint fix
* added meta tags for ios and moved logo from src to static
5 years ago
Bob Ziroll
0a7beebf2b
Fix typo in the React API Reference `React.Suspense` section ( #2412 )
Alternatively, "`React.Suspense` allows you to specify..."
5 years ago
Franrey Anthony S. Saycon
8798808afd
Adding ReactJS PH ( #2413 )
We have recently formalized a group here in the Philippines with the aim to have monthly meetups, study jams, and eventually(hopefully) a conference. We are on our 5th meetup for the year now! ever since we started the core team 5-6 months ago.
I think the other meetup group is inactive as well as the owner left the group to a company.
5 years ago
James Baskerville
c505057312
Update react-devtools URL ( #2408 )
5 years ago
Rokibul Islam
0cbc8bc98b
Updated some broken links in conferences ( #2407 )
Updated the broken links of React.js Conf 2016 (February 22 & 23 in San Francisco, CA)
5 years ago
David Cho-Lerat
5c371e5e3f
Update hooks-reference.md ( #2364 )
typo: "effects run [..], but you can [..] fire it" => "effects run [..], but you can [..] fire them"
5 years ago
GermaVinsmoke
22574f878c
Update examples.md ( #2323 )
5 years ago
R Sánchez
20aa0fc553
Added ChakraUI components library ( #2394 )
5 years ago
Andrew Clark
b3ff55f163
Update for 16.10.2 ( #2392 )
5 years ago
Clint Rutkas
9f6849cfec
Update meetups.md ( #2393 )
adjusting the phili to newer spot. removing inactive links
5 years ago
murdochd
9b8654c07a
Update site-constants ( #2391 )
At the time of writing, the latest version of react is v16.10.1
5 years ago
Karthikeyan Ranasthala
bc3c7b4a13
Update Examples Projects With Unit Converter ( #2390 )
5 years ago
Gergely Nemeth
ef3caa8fec
Add Base Web to UI Components ( #2381 )
* Add Base Web to UI Components
* Update content/community/tools-ui-components.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
5 years ago
dblervaque
8f24f5f019
Update meetups.md ( #2383 )
Add Lille, France meetup group
5 years ago
Eric Bishard
7e481cd3c4
Add React Hooks article to community/articles ( #2388 )
* add react hooks article by Amelia W
* Update community article description
5 years ago
Wes Lord
060d129aa0
Change usePrevious example in hooks-faq.md ( #2387 )
In the example, `count` is initialized to 0 and then multiplied by 100... which is 0.
Changing this to addition so the previous value will differ from the current value.
5 years ago
David Beitey
9c2e893774
Use gist URLs instead of RawGit in React docs ( #2385 )
RawGit is being shut down (eg Oct 2019, https://rawgit.com/ ) and this change uses the direct links to the files as served from gist.github.com. The same files are being served, just that the links are only dependent on GitHub's gist service.
5 years ago
Cheng Lou
453a3bd4f2
Swap order of increment and decrement in Counter examples ( #2382 )
I think UI-wise, decrement comes first.
5 years ago
Alexey Pyltsyn
87685fd27f
Improve Code Splitting
5 years ago
Katiuska Gamero
6b937dbafe
update to latest conferences ( #2380 )
moved latest conferences to past section
added latest ReactEurope 2020
5 years ago
Michael Hienle
4136300bff
Mention Rollup ( #2379 )
5 years ago
Bouwe K. Westerdijk
647b639259
React Router also supports hooks now ( #2374 )
5 years ago
Erasmo Bellumat
51925ada77
Added Vila Velha React Meetup in Brazil ( #2375 )
Added Vila Velha React Meetup in Brazil
5 years ago
imed jaberi
0a88bc00f4
update bengali status .. ( #2371 )
5 years ago
Andrew Clark
855bd6d893
Update for 16.10 ( #2373 )
5 years ago