Commit Graph

427 Commits

Author SHA1 Message Date
Christopher Laidler
5d1cac5586 Update 2022-03-08-react-18-upgrade-guide.md (#5208) 2022-10-26 11:16:39 +05:30
lauren
35627be037 Update my twitter name (#5141) 2022-09-30 20:08:48 -07:00
Chandra Pratap Singh
e9faee62db corrects tutorial url for the flux blog (#4934)
The existing URL leads to a 404 page hence this PR updates it to the Github page containing the content for the tutorial.
2022-09-05 04:11:16 +01:00
gazfar
8223159395 Update 2022-03-29-react-v18.md (#4812) 2022-07-14 17:20:28 +05:30
Lauren Tan
a7b65d6b8c Add initial React Labs June 2022 blog post (#4745)
* Add initial React Labs June 2022 blog post

* Update Robert's url to twitter

* Add link to React Server Module Conventions RFC

* Update 2022-06-15-react-labs-what-we-have-been-working-on-june-2022.md

* Fix url

* Update content/blog/2022-06-15-react-labs-what-we-have-been-working-on-june-2022.md

Co-authored-by: Andrew Clark <git@andrewclark.io>

* Fix Sophie's url

* Fix bulleted list for Offscreen section

Co-authored-by: Luna Ruan <lunaris.ruan@gmail.com>
Co-authored-by: Andrew Clark <git@andrewclark.io>
2022-06-15 11:07:40 -07:00
enoughtal
11a5ea0a73 typo (#4725) 2022-06-10 20:46:33 +05:30
Strek
3aac8c5984 use proper code block (#4671) 2022-05-22 11:06:07 +05:30
Soichiro Miki
b5c75c4290 Fix behavior of renderToStaticMarkup (#4600) 2022-04-26 02:19:49 +01:00
Vaskevich Aleksander
63234808da fix the code block for createRoot typescript error (#4576)
* fix the code block for createRoot typescript error

* added example block code for typescript

* Inline example

Co-authored-by: dan <dan.abramov@gmail.com>
2022-04-13 15:25:28 +01:00
Indermohan Singh
4a7144078c fix the code block for AppWithCallbackAfterRender (#4571)
* fix the code block for AppWithCallbackAfterRender

fix the code block for AppWithCallbackAfterRender by using createRoot method from 'react-dom/client'

* Update 2022-03-08-react-18-upgrade-guide.md

Co-authored-by: dan <dan.abramov@gmail.com>
2022-04-11 19:48:18 +01:00
dan
b2d16e5ac6 Mention TypeScript in the upgrade post (#4567)
* Mention TypeScript in the upgrade post

* Add a link
2022-04-08 19:36:34 +01:00
dan
65b04292eb Document useId is not for keys (#4557) 2022-04-06 21:49:13 +01:00
dan
707f22d25f Add call to action to 18 blog post (#4542) 2022-04-03 21:37:23 +01:00
Sanghyup Jeong
c77e2f2422 Fix typo in Automatic Batching example (#4532)
Co-authored-by: sanghyupjeong-29cm <hyupee@29cm.co.kr>
2022-03-31 04:50:30 +01:00
dan
b5fd1df671 Add a note about Strict Mode to release blog post (#4521)
* Add a note about Strict Mode to release blog post

* Update 2022-03-08-react-18-upgrade-guide.md

* Update 2022-03-08-react-18-upgrade-guide.md
2022-03-30 03:38:02 +01:00
lilac-ss
c623de4e62 fix useTransition link (#4519) 2022-03-30 03:10:59 +01:00
dan
41c3ca570f Document the new consistent Suspense behavior (#4517)
* Document the new consistent Suspense behavior

* Update 2022-03-08-react-18-upgrade-guide.md

* Update 2022-03-08-react-18-upgrade-guide.md
2022-03-29 23:13:07 +01:00
Nick Morris
c336758e96 Add missing word (#4514)
"without the use an" =>  "without the use of an"
2022-03-30 01:41:12 +05:30
igor-co
1138f7a89d Fix link on upgrade to version 18 page (#4516)
Co-authored-by: igor-co <icojocaru-ext@tracasa.es>
2022-03-30 01:40:38 +05:30
Steven
22b8bf2ff1 Next -> Next.js (#4515)
Similar to #4508
2022-03-30 00:23:15 +05:30
Nicola Corti
4725bbc9a1 Clarify note for React Native users (#4512)
* Clarify note for React Native users

Just clarifying expectations for React Native users on when React 18 will be available there.

* Update content/blog/2022-03-08-react-18-upgrade-guide.md

Co-authored-by: Ricky <rickhanlonii@gmail.com>

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2022-03-29 14:28:02 -04:00
Yuki Takemoto
8ee0706201 Fix broken link (#4509) 2022-03-29 22:04:44 +05:30
Sebastian Markbåge
34b00843ca Next -> Next.js (#4508) 2022-03-29 12:29:44 -04:00
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>
2022-03-29 12:03:23 -04:00
salazarm
105fb7956d update code sandboxes (#4466) 2022-03-17 16:30:38 -04:00
Simen Bekkhus
b13640a8fb fix: use globalThis over global (#4448) 2022-03-14 16:39:59 -04:00
Ricky
05177fffb4 React 18 RC - Upgrade Guide (#4384)
* Blog Draft: React 18 RC Upgrade Guide

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Minor updates

* Update content/blog/2022-02-25-react-v18-rc.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>

* Update Strict Effect section

* Fill in testing section

Some info about how to configure global.IS_REACT_ACT_ENVIRONMENT

* Minor updates

* Update react-dom imports

Use named imports

* Add link to react-testing-library

* Remove Suspense specifics

* Update to react-dom/client

* Updates to SSR

* Minor updates

* Fix typo

* Minor updates to wording

* Minor updates to wording

* Tweak call to action

I edited the intro section a bit to soften the call to action.

I also removed the reference to the "second RC" since we may
publish another one and the fact that it's the second one
isn't that important.

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
Co-authored-by: Andrew Clark <git@andrewclark.io>
2022-03-08 13:00:38 -05:00
Kid
c7d5aacd80 Fix broken MDN E4X links (#4316) 2022-02-09 12:22:28 +00:00
Juyeong Byeon
9ed29b0df6 fix: "…" spread syntax is not an "operator" but document saying that is an "operator" so it can make developers confused (#4209) 2022-01-18 19:49:12 +00:00
Vaibhav Shukla
af768b4618 FIXED: broken 'translated' link (#4223)
* FIXED: broken 'translated' link

removed broken weblink which leads to 404 page

* FIXED: broken 'translation' link
2022-01-18 22:14:10 +05:30
Dan Abramov
51bd2bccd4 Add missing talk 2021-12-17 20:53:03 +00:00
Alexey Pyltsyn
fcb13af83a Fix typos in React Conf 2021 Recap post 2021-12-17 21:05:30 +03:00
Ricky
5393601449 Add Dave to talk reviewers 2021-12-17 12:23:17 -05:00
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>
2021-12-17 10:29:40 -05:00
jtannady
c005fa4d7a Revert "React Conf 2021 Recap Blog Post (#4172)" (#4173)
This reverts commit e8cca8b6b7.
2021-12-15 15:33:14 -08:00
jtannady
e8cca8b6b7 React Conf 2021 Recap Blog Post (#4172)
* Initial blog post commit

* Adding jtannady to author yaml

* Updating typo

* Update text
2021-12-15 15:31:23 -08:00
Strek
29627aec76 Generated missing ids (#4150) 2021-12-07 13:18:26 +05:30
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.
2021-11-15 16:38:50 -08:00
Brian Vaughn
17eae3952d Fix "master" to "main" renaming mistakes (#3770) 2021-07-06 20:46:10 -04:00
Brian Vaughn
d456dfbd29 Update docs and config to replace "master" with "main" branch
https://github.com/facebook/react/issues/21767
2021-06-29 13:35:55 -04:00
Dan Abramov
95ea219b83 Fix hanging word 2021-06-08 18:53:54 +01:00
Andrew Clark
7b0aecbe6d New post: The Plan for React 18 (#3729)
* New post: The Plan for React 18

* Mark CM docs as stale

* Update content/blog/2021-06-08-the-plan-for-react-18.md

Co-authored-by: Ricky <rickhanlonii@gmail.com>

* Simplify

Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Co-authored-by: Ricky <rickhanlonii@gmail.com>
2021-06-08 10:25:54 -07:00
Jabir K.H
a5e0bf4d8d grammatical typo fix on allowlist (#3689) 2021-05-19 10:55:15 +02:00
Pavlos Vinieratos
3bff1ac3fb update on RN and react 17 (#3620) 2021-04-08 15:53:23 +02:00
Hamir Mahal
adfa67ad01 use "allowlist" in DOM Attributes in React 16 page (#3532) 2021-02-17 19:36:47 +00:00
Dan Abramov
ed421c0b95 Server Components blog post 2020-12-21 17:13:59 +00:00
George Bradley
923629258f first issue: add missing comma (#3452)
Co-authored-by: gbradleypro <gbradleypro@gmail.com>
Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
2020-12-17 21:59:44 +01:00
Edward
5e437a10ed Change tabIndex to match the types (string to number) (#3409)
Co-authored-by: Edward Baggott <edward.baggott@shellenergy.co.uk>
2020-11-30 13:13:31 +03:00
Seyed Masih Sajadi
f44b4946e5 Link to TypeScript 4.1 stable release (#3395) 2020-11-20 12:58:10 +01:00
Haider Alshamma
c9a15fad66 Indicate that create react app 4.0 has been released (#3356)
* Indicate that create react app 4.0 has been released

* Update content/blog/2020-09-22-introducing-the-new-jsx-transform.md

Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
2020-10-28 21:20:05 +01:00