Soichiro Miki
8bb3eb3c44
Fix typo (spreadsheet => stylesheet) ( #6750 )
2024-05-18 21:56:42 -04:00
Kid Max
ee068ace26
Update separating-events-from-effects.md ( #6880 )
...
Removed ; as it's unnecessary in jsx component
2024-05-18 21:13:41 -04:00
Tim Neutkens
70a7b64e80
Update export of next.config.js ( #6878 )
2024-05-17 06:10:25 -07:00
Tim Neutkens
3a46a6e435
Update instructions for setting up the React Compiler in Next.js ( #6877 )
2024-05-17 05:34:43 -07:00
Dennis Kigen
4e3d63a923
Fix typos in React Compiler guide ( #6875 )
2024-05-17 02:19:46 -04:00
Shrey Sudhir
8d69e6ebf9
Clearer rule severity for React Compiler eslint plugin ( #6870 )
...
Using "off", "warn", "error" has been supported for many years now - I think this helps improve the readability :)
I completely forgot what rule: 2 meant - had to find it at
https://eslint.org/docs/latest/use/configure/rules
2024-05-16 12:37:45 -04:00
Jason Bonta
fa19b7fc83
compiler playground link
2024-05-15 11:26:59 -07:00
Ricky
e0c667feef
Add React Compiler Docs ( #6869 )
...
* Add initial skeleton
* Scaffold compiler docs structure
* Braindump for getting started
* Add intro
* tweaks
* add experimental tag
* flesh more out of index page
* flesh out installation
* add installation intro
* update install instrs
* add section on eslint plugin
* reorg
* add incremental guide
* [debugging] Add section about devtools badge
* [debugging] Add section about using logger
* Update next.js instructions
* reporting issues
* [debugging] Add section on useEffect over firing
* [debugging] Add section about conditional hook call
* Latest updates
* Remove ununsed reference pages
* adding extra context for Remix
---------
Co-authored-by: Sathya Gunasekaran <gsathya.ceg@gmail.com >
Co-authored-by: Lauren Tan <poteto@users.noreply.github.com >
Co-authored-by: Jason Bonta <jbonta@gmail.com >
2024-05-15 13:13:36 -04:00
Jason Bonta
f053b53b05
Update team.md: Jason Bonta ( #6862 )
...
* Update team.md: Jason Bonta
* Update src/content/community/team.md
Lauren's suggestion
Co-authored-by: lauren <poteto@users.noreply.github.com >
---------
Co-authored-by: lauren <poteto@users.noreply.github.com >
2024-05-13 22:40:55 -04:00
Rajat Jindal
a81e415554
Change React dependency version in <form> page fix ( #6858 )
...
Co-authored-by: Rajat Jindal <rajat@testing.com >
2024-05-13 13:47:37 +02:00
Batuhan Tomo
b7bf6c16fb
Fix Node.js version update at package.json ( #6855 )
...
* Fix #6854 : node.js version upgrade
* Fix #6854 : node.js version update
2024-05-10 20:03:45 +05:30
Muhammad Saqib
4f1d98577d
Update synchronizing-with-effects.md ( #6856 )
...
* Update synchronizing-with-effects.md
Currently documentation says:
By default, your Effect will run after every render.
Which is in contrast with another section of the same page where it says:
Effects run at the end of a commit after the screen updates
* Update src/content/learn/synchronizing-with-effects.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2024-05-10 10:19:44 -04:00
Batuhan Tomo
f9b9b66e0b
Fix #6852 : navigation link fix ( #6853 )
2024-05-10 13:56:43 +05:30
Linda
f1b0f86233
Fix typo on tutorial-tic-tac-toe.md ( #6843 )
...
Change the tense of "build" to "building".
2024-05-09 21:01:57 -04:00
Ricky
0b9ae66066
Add docs for useRef no no ( #6846 )
2024-05-09 10:43:42 -04:00
Jack Spiva
46437c2b12
Add missing period to React v18.0 blog post ( #6842 )
2024-05-07 17:25:41 +02:00
Homyee King
1fa205704e
Update react-19.md ( #6838 )
2024-05-06 10:47:59 +05:30
Dinesh Pandiyan
556063bdce
Add a redirect entry for feed.xml => rss.xml ( #6836 )
2024-05-05 11:34:04 -04:00
Ryczko
0e1ff1a94f
Fix React 19 upgrade guide typo ( #6830 )
2024-05-03 13:59:37 +02:00
Sean W. Lawrence
d4a9a76844
Fix typo in server-components.md ( #6829 )
2024-05-03 11:45:35 +05:30
Ricky
e69ec587e4
rm survey and fix old links ( #6828 )
2024-05-02 13:56:33 -04:00
lauren
a6450b97d9
Update uwu logo ( #6827 )
...
Thanks to @SAWARATSUKI for updating the logo!
2024-05-02 09:51:04 -07:00
Ricky
a2f8ff3cfd
fix brand colors ( #6826 )
2024-05-01 15:23:53 -04:00
Soichiro Miki
9e1f5cd590
Add "Languages" navigation and article ( #6382 )
...
* Add new article "Translations"
* Add "languages" button in TopNav
* Add link to English (main) site
* Split deployedTranslations into multiple lines
* Fix build error regarding types
* Address some review comments
- deployedTranslations => finishedTranslations
- showTranslated => progress
- English fixes
* Update src/content/community/translations.md
Co-authored-by: Ricky <rickhanlonii@gmail.com >
* Update src/content/community/translations.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2024-05-01 12:31:18 -04:00
Matt Zabriskie
0dbd67ae1e
Add React Rally 2024 to conferences ( #6819 )
2024-05-01 12:05:13 -04:00
Ricky
bdb0d2628c
add uww toggle ( #6824 )
2024-05-01 11:29:20 -04:00
Mehdi KHALIL EL OUADGHIRI
7062b8dab1
Update server-components.md - typo ( #6823 )
...
Typo Node => Note
2024-05-01 09:13:29 -04:00
Ricky
74697fb4f1
fix uwu flicker ( #6820 )
...
* Try next/image
* Fix styles.css
* rm unneeded styles
* priority=true
* tweaks
* Static height
* tweak
* priority
2024-04-30 17:57:02 -04:00
Rick Hanlon
6f5ee38ed9
uwu - add alt and instructions for turning off
2024-04-30 09:52:50 -04:00
Sebastian Silbermann
3dd67d1420
Fix type issues with useActionState docs ( #6798 )
2024-04-30 08:57:48 +02:00
Ricky
1df378ffa1
uwu ( #6817 )
2024-04-30 01:05:08 -04:00
Strek
e538800cfe
Update react-19.md ( #6813 )
2024-04-29 22:51:14 -04:00
E
6d0aca18d5
Fix punctuation. ( #6815 )
...
* Update typescript.md
Fix punctuation.
* Update src/content/learn/typescript.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2024-04-29 22:42:35 -04:00
Ricky
86d306f6ce
rm new redirects ( #6816 )
2024-04-29 22:27:44 -04:00
Ricky
3981ffea50
Add versions page and nav version ( #6814 )
...
* Add versions page and nav version
* Move version to siteConfig.js
* Fix typo
* Set to 18.3.1, use siteConfig in reference sidebar
* Redirect 18.react.dev to react.dev for now
* Fix stray bullet
2024-04-29 22:01:52 -04:00
LongYinan
9c53b48a92
Remove useless async ( #6809 )
2024-04-29 15:23:04 +05:30
Sebastian Silbermann
01edd5c107
Upgrade guide should recommend installing types @beta ( #6806 )
2024-04-26 22:40:56 +02:00
Ricky
8c1c6e3014
Add meta task for rss auto-discovery ( #6805 )
2024-04-26 16:05:27 -04:00
Shubhdeep Chhabra
537bd05e56
to make examples consistent. ( #6793 )
2024-04-26 15:40:06 -04:00
Chia June
807001cd9b
chore: fix typo ( #6791 )
...
`Changlog` -> `Changelog`
2024-04-26 15:35:27 -04:00
Sebastian Silbermann
845a28165d
Add redirects for moved rsc pages ( #6800 )
2024-04-26 15:34:29 -04:00
Lauren Tan
bc1020a84d
Update me
2024-04-26 15:28:51 -04:00
Ricky
cf53cb5d52
Add rss feed ( #6803 )
...
* Add rss feed
* Add rss feed
* rss readers don't like å characters
2024-04-26 11:56:47 -04:00
Christian Martinez
f66402862d
Updated react-19.md ( #6796 )
2024-04-26 11:38:18 +02:00
Srikanth Kandi
057f35cc4d
Replaced all instances of /react to /rsc ( #6797 )
2024-04-26 11:36:22 +02:00
Ricky
e45ac5552c
Better use(Promise) example in 19 blog ( #6790 )
...
* Better use(Promise) example in 19 blog
* Better use(Promise) example in 19 blog
2024-04-25 22:01:32 -04:00
Ricky
e09ff1c480
Better use(Context) example in 19 blog ( #6789 )
2024-04-25 20:18:11 -04:00
Dominic Zhu
8cbed3e23f
Fix typos ( #6788 )
...
Co-authored-by: Dom Zhu <dominic.zhu@uq.net.au >
2024-04-25 18:54:28 -04:00
Josh Story
64beb657a2
Resources -> resources ( #6787 )
2024-04-25 17:49:06 -04:00
Ricky
526d7b42b2
Clarify React DOM APIs in React 19 Post ( #6785 )
2024-04-25 17:48:46 -04:00