eps1lon
be631ebd80
renderToMarkup -> renderToHTML
2024-08-14 09:31:50 +02:00
eps1lon
c0bd72d2c7
react-markup reference
2024-08-14 09:27:41 +02:00
lauren
2bfa7a628b
Update compiler docs installation instructions ( #7095 )
2024-08-08 10:43:41 -04:00
Oliver Joseph Ash
6671ba7b77
Document behaviour of setting state inside useLayoutEffect ( #7096 )
...
Co-authored-by: Sebastian Silbermann <sebastian.silbermann@vercel.com >
2024-08-07 11:46:23 +02:00
ramadevsign
6274d4faf5
docs: Add RenderCon Kenya 2024 conference ( #6914 )
2024-07-20 11:50:45 +05:30
Ryan Bonnell
de726d2add
Update verb usage in sentence ( #7070 )
2024-07-20 11:49:54 +05:30
Jan Kassens
4c91abc78b
Update /link/legacy-context to removal blog post ( #7047 )
2024-07-10 11:48:48 -04:00
neverland
2a2e02f1d8
Update compiler docs for Rspack and Rsbuild apps ( #7031 )
2024-07-05 13:12:29 +02:00
Sandra Dylus
1a3a3ef9bb
fix: Correct reference to sandboxed file App.js in challenge ( #7010 )
2024-07-04 11:15:17 +05:30
Nikhil Kumaran
53fbed3f67
Add Chennai React meetup ( #7004 )
2024-07-01 00:37:18 +05:30
lauren
e9d2c63e94
Update compiler docs for Expo apps ( #7000 )
...
Expo now has its own instructions for enabling the compiler.
2024-06-28 09:27:06 -04:00
Matt Carroll
4eacc736ef
Remove uwuQueryParam console.log ( #6993 )
2024-06-24 13:38:52 -07:00
Ben Amor Aymen
dc0886027a
Add React Brussels 2024 and React Africa 2024 ( #6990 )
2024-06-24 23:06:08 +05:30
Ricky
169d5c1820
Add branding context menu ( #6986 )
2024-06-20 10:56:59 -04:00
Dušan
3997808deb
Update react-compiler.md ( #6965 )
...
Added missing comma to the codesample.
2024-06-18 20:56:59 +05:30
Strek
56df8af577
rearrange conferences ( #6952 )
2024-06-14 23:05:16 +05:30
Sebastian Silbermann
f1bdfa2ea6
Recommend installing exact RC ( #6944 )
2024-06-12 11:23:43 +02:00
Immerse
c36bd39fbd
docs(api-act): api act parts word error ( #6939 )
2024-06-12 11:19:12 +02:00
Sanjaiyan Parthipan
73a8d9c194
Update preinit.md 📜 ( #6938 )
...
Fix very minor typo
2024-06-12 11:18:38 +02:00
Kasper Aamodt
04b5d4402d
Small typo - Update cache.md ( #6935 )
2024-06-12 11:17:20 +02:00
Sebastian Silbermann
c116c426d1
Remove mention of Suspensey <script /> ( #6945 )
2024-06-12 10:28:39 +02:00
Chris Coyier
438ee7abfd
Update to CodePen URL ( #6452 )
2024-06-11 23:39:42 +05:30
Ricky
b12743c31a
Add more codemods ( #6921 )
2024-05-29 11:54:39 -04:00
Germano Lira
ad1a5c20c1
docs: update links @testing-library/react-native ( #6916 )
2024-05-29 13:42:10 +02:00
Jack Pope
12fca4c24f
Add act documentation ( #6901 )
...
* Add act documentation
* Update structure based on feedback
* Add usage examples and async act
---------
Co-authored-by: Rick Hanlon <rickhanlonii@fb.com >
2024-05-28 15:05:05 -04:00
Rachit Jain
c3bc5affa0
FIX: Typo in useEffect.md caveats ( #6911 )
...
* FIX: Typo in useEffect.md caveats
* Fix another typo
2024-05-25 13:46:42 +05:30
Ricky
ef23197db1
Clarify useEffect caveats ( #6910 )
2024-05-24 16:04:03 -04:00
Ricky
69b95a6fcc
Add /warnings/version-mismatch ( #6909 )
2024-05-24 10:19:17 -04:00
Josh Story
a25bd4be4a
Clarify precedence is arbitrary valued ( #6908 )
...
The docs for stylesheet precedence incorrectly state that there is an enumerated set of valid precedences. This is incorrect. The precedence value can be anything and React infers the hierarchy from the order in which it discovers precedences
2024-05-23 15:48:25 -07:00
Ricky
68c0f85fd4
s/beta/rc ( #6906 )
2024-05-23 12:29:36 -04:00
Ricky
bb963067cc
Add codemods to upgrade guide ( #6897 )
...
* Add codemods to upgrade guide
* Update src/content/blog/2024/04/25/react-19-upgrade-guide.md
Co-authored-by: Ahmed Abdelbaset <A7med3bdulBaset@gmail.com >
* Add benefits
---------
Co-authored-by: Ahmed Abdelbaset <A7med3bdulBaset@gmail.com >
2024-05-23 11:42:00 -04:00
Ricky
f055f8f3c2
Fix recap blog video links ( #6902 )
2024-05-22 12:38:24 -04:00
Ricky
59a2739198
Add React Conf 2024 Recap post ( #6886 )
...
* Add React Conf 2024 Recap post
* Spelling and links
* Apply suggestions from code review
Co-authored-by: lauren <poteto@users.noreply.github.com >
* Edits
* Edits
* better link
* Update date
* Update date and nits
* feedback
---------
Co-authored-by: lauren <poteto@users.noreply.github.com >
2024-05-22 11:42:02 -04:00
emmanueposu
4eb08503ce
fixed typo in synchronizing-with-effects.md ( #6899 )
2024-05-22 15:42:42 +02:00
lauren
adb3bedd4b
Update react-compiler docs ( #6898 )
...
This upstreams some of the [introduction
post](https://github.com/reactwg/react-compiler/discussions/5 ) into the
docs since this knowledge is quite fundamental to understanding the
compiler, and it's confusing to not have it linked in the canonical
source for the docs. It also adds more information about
[debugging](https://github.com/reactwg/react-compiler/discussions/7 ) and
reorganizes a few sections to make things clearer
ghstack-source-id: ef32fc7237
Pull Request resolved: https://github.com/reactjs/react.dev/pull/6895
2024-05-21 13:05:06 -07:00
oh hyun keun
80d30d70de
navitem-css-change ( #6888 )
...
Co-authored-by: OH HYUN KEUN <ohhk@uitgis.com >
2024-05-21 13:19:51 -04:00
kiner-tang
beefa060c3
docs: format src/content/blog/2024/04/25/react-19.md ( #6883 )
2024-05-21 12:52:08 -04:00
Ricky
bc43b95583
End ReactConf banner ( #6893 )
2024-05-21 10:58:45 -04:00
Rakesh Harishbhai Purohit
05c9d77cfe
typo: spell check ( #6892 )
2024-05-21 18:08:29 +05:30
Ricky
0dc72f6885
Rm dupe blog description ( #6885 )
2024-05-20 10:53:56 -04:00
Yousef M. El-Gohary
9967ded394
Fix the order of the returns of useActionState ( #6864 )
2024-05-18 22:36:13 -04:00
Daniel Kelly
e7c52aac0f
add frontend nation conference ( #6866 )
...
Front end nation is covering a full track of React talks including speakers such as:
* Kent C Dodds
* Sara Vieira
* Tejas Kumar
2024-05-18 22:32:33 -04:00
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