Eliot Sanford
|
2246611e35
|
fix: correct order of future conference dates content (#5307)
Co-authored-by: Eliot Sanford <eliot_sanford@glic.com>
|
2 years ago |
Adam Klein
|
a05c1d9405
|
Add ReactNext 2023 (#5300)
|
2 years ago |
Strek
|
27152d3161
|
chore: move conf (#5249)
|
2 years ago |
Tomasz Sapeta
|
3915ef3364
|
Add App.js Conf 2023 to the conferences page (#5248)
|
2 years ago |
Justin E. Samuels
|
e166848088
|
Added RenderATL 2023 (#5108)
Added info about RenderATL 2023
|
2 years ago |
dan
|
c5d300e8eb
|
Remove unnecessary fromatting
|
2 years ago |
lxmarinkovic
|
7030761737
|
react-global-22.v2 (#5092)
|
2 years ago |
Robert Haritonov
|
675e0cff95
|
updating upcoming React conferences (#4988)
* updating upcoming React conferences
* add remix conf eu
|
2 years ago |
lxmarinkovic
|
a05062186e
|
reactjsday-verona-italy-2022 (#5080)
|
2 years ago |
Maurice Yap
|
2f17b58c11
|
Move React Native EU 2022 to Past Conferences (#5058)
React Native EU 2022 has now finished, so moving it from the Upcoming Conferences section to the Past Conferences section.
|
2 years ago |
Ben Amor Aymen
|
671cd2aa60
|
Fix event links for React Brussels 2022 (#4863)
Co-authored-by: Aimen Ben Amor <aba@emakina.com>
|
2 years ago |
lxmarinkovic
|
7c015746a1
|
New conferences october 2022 (#4816)
* React Brussels Hybrid 2022
* React Advanced London 2022
|
2 years ago |
Strek
|
e2c5f1b319
|
update conferences (#4785)
|
3 years ago |
Hung Viet Nguyen
|
c3e09c52c9
|
Fix a typo in #4726 (#4762)
|
3 years ago |
Adrian Kast
|
7a7661a345
|
Fix React Alicante 2022 website link (#4743)
changing the link from http to https since the http version seems not to get forwarded (404)
|
3 years ago |
Kent C. Dodds
|
0831df4796
|
add remix conf (#4726)
* add remix conf
* add remix conf 2023
|
3 years ago |
Jamie Kyle
|
486087f1b3
|
Remove social links from prev React Europe events (#4724)
These are now pointing at a different event, I've left/updated the video links though for posterity
|
3 years ago |
Erik Rasmussen
|
6db368a9bc
|
Relegate Reactathon 2022 to the annals of history (#4663)
|
3 years ago |
lxmarinkovic
|
09f8bcc4c5
|
RactGlobal-to-past-conferences (#4609)
|
3 years ago |
lxmarinkovic
|
fb12ba280c
|
ReactNext-2022 (#4606)
|
3 years ago |
Strek
|
1d21630e12
|
Update conferences.md (#4593)
|
3 years ago |
Dhairya
|
ab29c8aa1c
|
Update conferences.md (#4589)
Adding React Norway
Co-authored-by: CookieDuster <51830273+CookieDuster@users.noreply.github.com>
|
3 years ago |
Strek
|
cb4c9d319f
|
Update conferences.md (#4546)
|
3 years ago |
Juho Vepsäläinen
|
cb11ae479e
|
docs: Add React Finland 2022 (#4544)
|
3 years ago |
Kiran Abburi
|
2666c95575
|
Added React Day Bangalore 2022 (#4539)
|
3 years ago |
Ricky
|
74246c13b9
|
React 18 (#4499)
* [18] ReactDOM reference to createRoot/hydrateRoot (#4340)
* [18] ReactDOM reference to createRoot/hydrateRoot
* Update note about render and hydrate
* Match the warning text
* s/Render/render
* [18] Update ReactDOMClient docs (#4468)
* [18] Update ReactDOMClient docs
* Remove ReactDOMClient where it's obvious
* Update browser message
* Update browser message note
* Update based on feedback
* Add react-dom/client docs
* [18] Upgrade homepage examples (#4469)
* [18] Switch code samples to createRoot (#4470)
* [18] Switch code samples to createRoot
* Feedback fixes
* Feedback updates
* [18] Use hydrateRoot and root.unmount. (#4473)
* [18] Add docs for flushSync (#4474)
* [18] Add flushSync to ReactDOM docs
* Seb feedback
* More Seb feedback
* [18] Bump version to 18 (#4478)
* [18] Update browser requirements (#4476)
* [18] Update browser requirements
* Update based on feedback
* [18] Add stubs for new API references (#4477)
* [18] Add stubs for new API references
* Change order/grouping
* [18] Redirect outdated Concurrent Mode docs (#4481)
* [18] Redirect outdated Concurrent Mode docs
* Use Vercel redirects instead
* [18] Update versions page (#4482)
* [18] Update version page
* Fix prettier
* [18] Update React.lazy docs (#4483)
* [18] Add docs for useSyncExternalStore (#4487)
* [18] Add docs for useSyncExternalStore
* rm "optional"
* [18] Add docs for useInsertionEffect (#4486)
* [18] Add docs for useId (#4488)
* [18] Add docs for useId
* Update based on feedback
* Add Strict Effects to Strict Mode (#4362)
* Add Strict Effects to Strict Mode
* Update with new thinking
* [18] Update docs for useEffect timing (#4498)
* [18] Add docs for useDeferredValue (#4497)
* [18] Update suspense docs for unexpected fallbacks (#4500)
* [18] Update suspense docs for unexpected fallbacks
* Add inline code block
* Feedback fixes
* [18] Updated Suspense doc with behavior during SSR and Hydration (#4484)
* update wording
* wording
* update events
* Update content/docs/reference-react.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* add link to selective hydration
* remove some of the implementation details
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* [18] renderToPipeableStream doc (#4485)
* new streaming ssr api
* add readable stream
* code snippets
* Rename strict effects / unsafe effects to use the reusable state terminology (#4505)
* Add draft of 18 release post
* Add links to speaker Twitter profiles
* [18] Update upgrade guide
* Fix typo in blog title
* [18] Blog - add note for react native
* [18] Add changelog info to blog posts
* Edit Suspense for data fetching section
* Update date
* [18] Add links
* Consistent title case
* Update link to merged RFC
* [18] Update APIs and links
* [18] Add start/useTransition docs (#4479)
* [18] Add start/useTransition docs
* Updates based on feedback
* [18] Generate heading IDs
* Add note about Strict Mode
* Just frameworks
* Reorder, fix content
* Typos
* Clarify Suspense frameworks section
* Revert lost changes that happened when I undo-ed in my editor
Co-authored-by: salazarm <salazarm@users.noreply.github.com>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
Co-authored-by: Sebastian Markbåge <sebastian@calyptus.eu>
Co-authored-by: Andrew Clark <git@andrewclark.io>
Co-authored-by: dan <dan.abramov@gmail.com>
|
3 years ago |
Nick Tishkevich
|
b099d558d2
|
Update conferences.md. Add a link on a live stream of a conference `< React Global >` (#4495)
|
3 years ago |
Victoria Quirante
|
5e9d673c6b
|
Add React Alicante (#4496)
|
3 years ago |
Strek
|
67f0bba2db
|
Moved older conference to past conference and standardised dates (#4463)
|
3 years ago |
Jan Jaworski
|
a55219d3b8
|
Add React Native EU to upcoming conferences (#4465)
Add info about React Native EU to upcoming conferences. Organised by Callstack.
|
3 years ago |
Geekle Team
|
972f1772ca
|
Update conferences.md (#4459)
Updated the name and the date of our event
|
3 years ago |
Justin E. Samuels
|
9525c0682f
|
Updated Render-Atlanta 2022 (#4343)
Changes for date and podcast for Render ATL
|
3 years ago |
Tomasz Sapeta
|
b677012262
|
Add App.js Conf 2022 to the conferences page (#4336)
Co-authored-by: Tomasz Sapeta <tsapeta@users.noreply.github.com>
|
3 years ago |
Sahil Mhapsekar
|
20f0fe280f
|
Update React India 2022 Conference Dates 🌴 (#4305)
|
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 |
Benjamin Dunphy
|
69bd27a3d5
|
Add Reactathon 2022 to conferences.md (#4234)
|
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 |
Josh Unger
|
0cddca13dd
|
Update conferences.md (#4187)
|
3 years ago |
Sahil Mhapsekar
|
ea6e34f8f0
|
Move React India 2021 to past conferences (#4129)
|
3 years ago |
Patrick Aljord
|
85e1c32976
|
Update to latest conferences (#4076)
|
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 |
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 |
Josh Unger
|
afd51dbeb4
|
Update conferences.md (#3932)
|
3 years ago |
Debbie O'Brien
|
a88b1e1331
|
docs: remove cancelled conference (#3907)
https://reactlive.nl/ has been cancelled completely so removing from the conference page.
|
3 years ago |
Michał Pierzchała
|
5c2fa044c3
|
Add React Native EU to past conferences (#3867)
* Update conferences.md
* Update conferences.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
|
3 years ago |
Debbie O'Brien
|
bad6eaaaa9
|
Fix broken link to React Conference Live (#3821)
|
3 years ago |