Kid
c7d5aacd80
Fix broken MDN E4X links ( #4316 )
3 years ago
Sahil Mhapsekar
20f0fe280f
Update React India 2022 Conference Dates 🌴 ( #4305 )
3 years ago
Abrahym Sharf Eldden
55b4754073
Updated code-splitting.md ( #4303 )
Updated the imported `react-router-dom` Component `BrowserRouter` to read as `BrowserRouter as Router` since the code example has it as `Router` instead of `BrowserRouter`
Alternatively, can change the `<Router></Router>` component to be `<BrowserRouter>...</BrowserRouter>`
3 years ago
lxmarinkovic
caffe3d08f
React-Meetup-Stockholm ( #4292 )
3 years ago
lxmarinkovic
fd585005fe
React-Global-2022 ( #4291 )
* React-Global-2022
* Update content/community/conferences.md
* react-global-edit
Co-authored-by: Strek <ssharishkumar@gmail.com>
3 years ago
John Wade Linatoc
eb0ae240c3
Update courses.md ( #4282 )
Current Tyler McGinnis link no longer works. Updated it to the homepage instead.
3 years ago
Aniruddha Shriwant
f062ee271b
[docs]: Updated CodePen links ( #4232 )
Signed-off-by: Aniruddha Shriwant <aniruddhashriwant@gmail.com>
3 years ago
Benjamin Dunphy
69bd27a3d5
Add Reactathon 2022 to conferences.md ( #4234 )
3 years ago
Juyeong Byeon
9ed29b0df6
fix: "…" spread syntax is not an "operator" but document saying that is an "operator" so it can make developers confused ( #4209 )
3 years ago
Jonatas de Oliveira Coêlho
e0aed3fbfb
Update react-router examples to use v6 version ( #4199 )
* Update react-router examples to use v6 version
The exemple used to demonstrate Code-Splitting using react-router-dom is outdated. My suggestion is to use the new way of calling routes that was introduced in React Router v6
* remove index prop
3 years ago
Miltos Doulgeris
5a3576a9a1
Update outdated link to avoid redirect ( #4218 )
3 years ago
Vaibhav Shukla
af768b4618
FIXED: broken 'translated' link ( #4223 )
* FIXED: broken 'translated' link
removed broken weblink which leads to 404 page
* FIXED: broken 'translation' link
3 years ago
lxmarinkovic
d321ff4506
React Live 2022 Amsterdam ( #4222 )
3 years ago
Josh Unger
b9c33a0552
Add React Miami to conferences.md ( #4191 )
3 years ago
Strek
569949e266
Fix jsx example for string attributes ( #4204 )
3 years ago
Baljeet Singh
7a6a628239
Add Link to React Conf 2021 Playlist ( #4207 )
* Add Link to React Conf 2021 Playlist
* Remove `allow` attribute from the `<iframe>`
Remove `allow` attribute from the `<iframe>` for React Conf 2021 YouTube playlist.
3 years ago
Josh Unger
0cddca13dd
Update conferences.md ( #4187 )
3 years ago
Strek
098b0ae039
Delete multi-platform-vision.png ( #4181 )
3 years ago
Dan Abramov
51bd2bccd4
Add missing talk
3 years ago
Alexey Pyltsyn
fcb13af83a
Fix typos in React Conf 2021 Recap post
3 years ago
Ricky
5393601449
Add Dave to talk reviewers
3 years ago
jtannady
12582bc28f
React Conf Recap Blog Post ( #4174 )
* Initial blog post commit
* Adding jtannady to author yaml
* Updating typo
* Update text
* Blog post v2
* Fix code block
* Add twitter links
* s/on/from
* Update thanks
* More thanks
* syntax highlighting
* Update thanks
* Update docs intro
* Update code
* Add link for ReactChina
* Generate IDs
Co-authored-by: Ricky <rickhanlonii@gmail.com>
3 years ago
jtannady
c005fa4d7a
Revert "React Conf 2021 Recap Blog Post ( #4172 )" ( #4173 )
This reverts commit e8cca8b6b7
.
3 years ago
jtannady
e8cca8b6b7
React Conf 2021 Recap Blog Post ( #4172 )
* Initial blog post commit
* Adding jtannady to author yaml
* Updating typo
* Update text
3 years ago
Matt Perry
c8a3ccd256
Add Framer Motion to animation FAQ ( #4149 )
3 years ago
Strek
29627aec76
Generated missing ids ( #4150 )
3 years ago
Sahil Mhapsekar
ea6e34f8f0
Move React India 2021 to past conferences ( #4129 )
3 years ago
Andrew Clark
34325ff441
Update React 18 post for beta ( #4109 )
Adds a note to the top of the page linking to the 18 Beta announcement.
3 years ago
Patrick Aljord
85e1c32976
Update to latest conferences ( #4076 )
3 years ago
Rushabh Javeri
f848b3d375
Fixed typo: added 'are' ( #4026 )
3 years ago
Jeff
baa2656cfe
add React Conf ( #4028 )
3 years ago
Josh Unger
bac7292df6
Add ReactNext 2021 ( #3933 )
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
3 years ago
Robert Haritonov
ee1d70dcbd
Add React Summit 2022, sort conferences in correct dates order ( #4006 )
3 years ago
Nikita Bayev
f574b8f9a5
Add proper link to Parcel recipe for React ( #3999 )
3 years ago
Alexey Pyltsyn
01084d5aeb
Improve new sentence in tutorial
3 years ago
Justin E. Samuels
f2158e3671
Added dates for Render-Atlanta 2022 ( #3934 )
June 2-4, 2022. Render-Atlanta 2022
3 years ago
Thomas Vogel
0ba654ddb8
Added AgentConf to the conference list ( #3950 )
3 years ago
ramadevsign
19fb01140a
Add Reactdevske to the reactjs.org meetups page ( #3960 )
3 years ago
Matt Wang
0f4d7a49c2
Fixes broken link to Relay "Getting Started Guide" in "Suspense for Data Fetching (Experimental)" ( #3963 )
3 years ago
VAMSI DEVALLA
f78f3b125f
explanation about "state updates are merged" ( #3956 )
3 years ago
Erol Aliyev
4133943e71
Fix broken link ( #3953 )
3 years ago
Dan Abramov
9b3c3f4e61
remove outdated recommendation
3 years ago
Rahul Bhooteshwar
449cb26bb9
docs: correct online editor link for jsx demo ( #3935 ) ( #3945 )
3 years ago
Nico Lovejoy
e5f91308e1
minor update to wording for thinking-in-react.md ( #3814 )
3 years ago
Joshua
4a0b0eca88
Remove Spectrum from community support page ( #3949 )
3 years ago
Alonso Holmes
91374d36b8
[Docs] Fix typo in `ErrorBoundary` docs ( #3947 )
3 years ago
Afiq Nazrie
284c2544f1
Add explanation of step and move variables ( #3823 )
3 years ago
salazarm
23d03a854b
Team page: Crop my photo ( #3924 )
3 years ago
Josh Unger
afd51dbeb4
Update conferences.md ( #3932 )
3 years ago
Max Schmitt
ec6aa3521c
docs: add Playwright to testing environments page ( #3929 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
3 years ago