igor-co
1138f7a89d
Fix link on upgrade to version 18 page ( #4516 )
Co-authored-by: igor-co <icojocaru-ext@tracasa.es>
3 years ago
Steven
22b8bf2ff1
Next -> Next.js ( #4515 )
Similar to #4508
3 years ago
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>
3 years ago
Yuki Takemoto
8ee0706201
Fix broken link ( #4509 )
3 years ago
Sebastian Markbåge
34b00843ca
Next -> Next.js ( #4508 )
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
salazarm
105fb7956d
update code sandboxes ( #4466 )
3 years ago
Simen Bekkhus
b13640a8fb
fix: use `globalThis` over `global` ( #4448 )
3 years ago
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>
3 years ago
Kid
c7d5aacd80
Fix broken MDN E4X links ( #4316 )
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
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
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
Strek
29627aec76
Generated missing ids ( #4150 )
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
Brian Vaughn
17eae3952d
Fix "master" to "main" renaming mistakes ( #3770 )
4 years ago
Brian Vaughn
d456dfbd29
Update docs and config to replace "master" with "main" branch
https://github.com/facebook/react/issues/21767
4 years ago
Dan Abramov
95ea219b83
Fix hanging word
4 years ago
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>
4 years ago
Jabir K.H
a5e0bf4d8d
grammatical typo fix on allowlist ( #3689 )
4 years ago
Pavlos Vinieratos
3bff1ac3fb
update on RN and react 17 ( #3620 )
4 years ago
Hamir Mahal
adfa67ad01
use "allowlist" in DOM Attributes in React 16 page ( #3532 )
4 years ago
Dan Abramov
ed421c0b95
Server Components blog post
4 years ago
George Bradley
923629258f
first issue: add missing comma ( #3452 )
Co-authored-by: gbradleypro <gbradleypro@gmail.com>
Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
4 years ago
Edward
5e437a10ed
Change tabIndex to match the types (string to number) ( #3409 )
Co-authored-by: Edward Baggott <edward.baggott@shellenergy.co.uk>
4 years ago
Seyed Masih Sajadi
f44b4946e5
Link to TypeScript 4.1 stable release ( #3395 )
4 years ago
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>
4 years ago
Jhon Mike
18ac8f7197
minor adjustments to the documentation ( #3354 )
4 years ago
Federico Zivolo
95894a159f
specify required option to use Flow with new JSX transform ( #3353 )
4 years ago
Dan Abramov
bb717c76bf
React 17 blog post ( #3335 )
* React 17 blog post
* Add RN paragraph
4 years ago
buoyantair
4e6cee1f82
Update error code extraction script link ( #3319 )
4 years ago
Dan Abramov
93b3ab9412
Add a note for library authors to JSX blog post ( #3339 )
* Add a note for library authors to JSX blog post
* Update 2020-09-22-introducing-the-new-jsx-transform.md
4 years ago
John Larsen
d78b121c39
Fix backport typo from 16.14.10 to 16.14.0 ( #3334 )
4 years ago
Dan Abramov
b5003c10d1
Update for the new releases
4 years ago
Dan Abramov
bd0c9d8c5f
Add changelog entry
4 years ago
Dan Abramov
b4a3bc7d0d
Grammar
4 years ago
davidblnc
07bb013f9f
Add missing word to latest blog post ( #3320 )
* Add missing word to latest blog post
* Change sentence to past tense
4 years ago
Napoleon Oikonomou
bf2323fe3e
Update RC blog post to use rc3 ( #3312 )
4 years ago
R Nabors
32e3c7a6f9
Banner scheduling and snooze functionality ( #3283 )
Co-authored-by: Ricky <rickhanlonii@gmail.com>
4 years ago
C. Samuel Lents
cc44647dc3
fix grammatical errors ( #3279 )
4 years ago
Dan Abramov
a868d860cd
tweak wording
4 years ago
Sandro Miguel Marques
7138aa016f
Rename state setter from useText to setText ( #3281 )
4 years ago
Anand Kumar
1dd72bc991
Link to explainer how to use new JSX transform with CRA 4 ( #3280 )
4 years ago
rickyrojas1
da0e066485
Update-2020-09-22-introducing-the-new-jsx-transform.md ( #3278 )
Fix typo
4 years ago
Dan Abramov
4e4ba15bab
Clarify
4 years ago