Rick Hanlon
6fe1682b47
RSC docs
2024-04-25 13:31:42 -04:00
Rick Hanlon
ce780b71b3
rm link
2024-04-25 13:31:42 -04:00
Josh Story
5e38eb363d
umd copy
2024-04-25 10:16:42 -07:00
Josh Story
d1823abd2b
update UMD section
2024-04-25 09:57:09 -07:00
Rick Hanlon
9f73387420
Merge branch 'cleanup' of github.com:reactjs/react.dev into cleanup
2024-04-25 12:56:18 -04:00
Rick Hanlon
d1e4277a72
Action updates
2024-04-25 12:54:51 -04:00
Josh Story
3570e72b93
add custom element section
2024-04-25 09:43:17 -07:00
Ricky Hanlon
a6dd56a462
Add ts to upgrade guide
2024-04-25 11:37:08 -04:00
Ricky Hanlon
a2d6135e0a
Add ts to upgrade guide
2024-04-25 10:58:28 -04:00
Ricky Hanlon
cd1580e6bc
nits
2024-04-25 10:58:28 -04:00
Josh Story
88818acbc5
nits
2024-04-24 22:45:38 -07:00
Josh Story
48dca53606
expand metadata and resource sections
2024-04-24 22:34:34 -07:00
Ricky Hanlon
4c3e0cda9f
upgrade guide tweaks
2024-04-24 23:05:02 -04:00
Ricky Hanlon
76f1b15712
Add secret internals section
2024-04-24 21:38:41 -04:00
Ricky Hanlon
09fea30e12
minor
2024-04-24 19:03:17 -04:00
Ricky Hanlon
1abed84055
Add error rethrowing and element.ref
2024-04-24 18:45:39 -04:00
Ricky Hanlon
e2558ed780
Feedback, restructuring
2024-04-24 18:13:59 -04:00
Ricky Hanlon
056a9079d9
Nits
2024-04-24 14:48:11 -04:00
Ricky Hanlon
fe42437035
More upgrade content
2024-04-24 14:15:13 -04:00
Rick Hanlon
1d76918b40
Feedback
2024-04-23 23:09:01 -04:00
Rick Hanlon
c66aa38bf2
Feedback
2024-04-23 23:06:29 -04:00
Rick Hanlon
1cb25a1472
Update RSC docs
2024-04-23 23:06:20 -04:00
Rick Hanlon
47cf8bc288
jsx transform warning
2024-04-23 22:15:57 -04:00
Rick Hanlon
51a99b9005
Add testing sections
2024-04-23 22:03:01 -04:00
Rick Hanlon
903a2b07e1
Upgrade nits from feedback
2024-04-23 21:12:08 -04:00
Ricky Hanlon
2c11622f98
Links
2024-04-23 10:30:09 -04:00
Ricky Hanlon
bb0cd2aed0
Change intro fpr upgrade guide
2024-04-23 10:28:32 -04:00
Ricky Hanlon
ea039fbae9
Change intro
2024-04-23 10:25:02 -04:00
Ricky Hanlon
8f35e6d8bd
Move RSC stuff to docs
2024-04-23 10:21:15 -04:00
Ricky Hanlon
2813ca9195
Feedback fixes
2024-04-22 21:32:54 -04:00
Ricky Hanlon
c420621c92
Fix nits
2024-04-22 14:16:59 -04:00
Ricky Hanlon
3f2cf0a2fe
More sections and TODOs
2024-04-22 11:27:33 -04:00
Ricky Hanlon
8b0d18b569
More sections and TODOs
2024-04-22 11:26:49 -04:00
Ricky Hanlon
b6d885361f
Add ref cleanup functions
2024-04-22 11:15:10 -04:00
Ricky Hanlon
efcd91eda3
Add <Context> as a provider
2024-04-22 11:08:55 -04:00
Ricky Hanlon
72af3f3622
Add useDeferredValue inital value
2024-04-22 10:59:35 -04:00
Ricky Hanlon
7dd208c7b8
Add more to upgrade guide
2024-04-22 01:18:30 -04:00
Ricky Hanlon
b9d528e3db
Expand, add RSC and RSA
2024-04-21 15:46:07 -04:00
Ricky Hanlon
48c9fdb564
Add refs and errors
2024-04-19 12:20:11 -04:00
Rick Hanlon
0e5e0e8faf
More sections
2024-04-16 00:52:35 -04:00
Rick Hanlon
3e90bf8888
init blogs
2024-04-15 17:19:05 -04:00
Rick Hanlon
a695c55b54
Add canary info, simplify a bit
2024-04-11 09:54:44 -04:00
Andrew Clark
031711b1a8
API docs for useDeferredValue's initialValue
...
Updates the API docs for `useDeferredValue` to include the
`initialValue` option, added in
https://github.com/facebook/react/pull/27500 .
This feature is slated for release in React 19.
2024-04-11 09:39:39 -04:00
Ricky
db2dc7f987
Add docs for onCaughtError and onUncaughtError ( #6742 )
...
* Add docs for onCaughtError and onUncaughtError
* Updates from feedback
2024-04-11 08:58:59 -04:00
Soichiro Miki
342fddb04f
Revert inappropriate capitalization of "Transition" ( #6746 )
2024-04-10 11:19:19 -04:00
Rami Zackary Shamir
11a747977e
Fixes #6693 : fixes search functionality on iOS devices ( #6743 )
...
* change isOpen variable in TopNav component to isMenuOpen to differentiate from isOpen props in Search component
change setIsOpen to setIsMenuOpen in TopNav component
* move initialization of ShowSearch state to top-level of TopNav component
organize hook initializations in TopNav component: useState, useRef, useRouter
* remove initialYScroll prop from DocSearchModal component to fix search functionality on ios devices
2024-04-10 10:01:08 -04:00
Ricky
a7103d8cc2
Add Ruslan to team page ( #6738 )
2024-04-08 11:10:52 -04:00
Siarhei Bobryk
93177e6cea
fix(rules-of-react): "everytime" -> "every time" ( #6737 )
2024-04-06 11:35:00 +02:00
lauren
712556c0ec
Fix inconsistent link underline on hover ( #6731 )
...
Noticed this randomly and couldn't unsee it, so here's a quick PR to
fix.
2024-04-02 19:55:45 -04:00
Faridul Islam
9748943432
Update Node.js version in engines into package.json file (^21.0.0) ( #6728 )
...
Signed-off-by: Faridul Islam <foridpathan45@gmail.com >
2024-03-31 11:38:56 -04:00