James McKenzie
44fbda5c26
Add v16.11 to versions ( #2512 )
Co-authored-by: null <james.mckenzie@checkout.com>
5 years ago
Mark Allen
081bb31226
Fix typo in concurrent-mode-patterns.md ( #2507 )
s/MyShowList/MySlowList
Updated to reflect actual component name in example: `<MySlowList text={text} />`
5 years ago
Shalom Yerushalmy
522459c248
Add wix-style-react to Free Components list ( #2502 )
5 years ago
Tejas Kumar
e4b737c2ad
[Conferences page] Fix odd title ( #2504 )
We have unexpected text on the page. This PR fixes it.
5 years ago
Tejas Kumar
e66c25b595
Update Conferences ( #2503 )
ReactConf just finished, so making a quick update to the upcoming conference list. 💞
5 years ago
Jhon Mike
18327d46c5
Formateed react-v16.9.0 post ( #2501 )
* format post react-v16.9.0
* running yarn check-all
5 years ago
winwiz1
cbd34013d1
Update tools-starter-kits.md ( #2497 )
* Update tools-starter-kits.md
Please consider adding Crisp React. Thank you.
* Update tools-starter-kits.md
Thanks for the amendment.
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
5 years ago
Alexey Pyltsyn
fab0b46659
Update concurrent-mode-reference.md
5 years ago
hirofumi i
3159be9938
Fix typo on concurrent mode api ( #2498 )
5 years ago
imed jaberi
4f43c0fa74
update catalan status .. ( #2491 )
5 years ago
Loïc Goyet
60bfdd6b32
Update meetups.md adding Nantes (France ) meetup ( #2494 )
5 years ago
Jonathan Bouchard
cf578f822b
Missing highlighted line in concurrent mode patterns example ( #2490 )
5 years ago
Bruno Bonamin
2231a7c4ef
Fix doc referencing incorrect variable `details` ( #2487 )
The variable name that's loading is called `user`
5 years ago
SToneX
85079f4fa0
Fix `createblockingroot` link in concurrent-mode-reference.md ( #2485 )
Fix #createblockingroot link
5 years ago
Shengyu Huang
8a374d984e
add example project radix converter ( #2486 )
5 years ago
Glenn Reyes
906378767e
Add missing verb ( #2483 )
5 years ago
David Khourshid
f415af7327
Update concurrent-mode-patterns.md ( #2482 )
Fix typo: `timeout:` to `timeoutMs:`
5 years ago
Joe Hoyle
a57f347ca9
Add "the" in "In long term" ( #2481 )
5 years ago
Vetrivel Chinnasamy
6d9467a4d4
added new reactjs hangman game ( #2466 )
5 years ago
Alexey Pyltsyn
cd91e9d40d
Fix typo
5 years ago
Ludwig Bäcklund
1189e19baa
Fix typo in concurrent-mode-patterns.md ( #2478 )
5 years ago
Thomas Gassmann
a89650a7fa
Close missing suspense tags in documentation for concurrent UI… ( #2475 )
5 years ago
Matt Wood
43d8e5fb7f
Fix minor typo in concurrent mode reference docs ( #2473 )
5 years ago
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