🌐
React
react.dev › blog › 2024 › 12 › 05 › react-19
React v19 – React
Starting in React 19, you can now access ref as a prop for function components: ... New function components will no longer need forwardRef, and we will be publishing a codemod to automatically update your components to use the new ref prop. In future versions we will deprecate and remove forwardRef. refs passed to classes are not passed as props since they reference the component instance. We also improved error reporting for hydration errors in react-dom.
🌐
React19
react19.org
Home - React19
React19 is a 501(c) charitable organization founded on November 19, 2021, to support research, education, and therapeutic development related to COVID-19 vaccine adverse events (AEs).
Discussions

React 19 Release underwhelming or just me?
Lol, man if you want an "overwhelming" release, head over to Svelte, they are still fighting a civil war over the version 5 release. Or Vue, they still haven't gotten over the version 2 to version 3 transition. React is mature, stable, and boring. Those are the quality that gets the job done. More on reddit.com
🌐 r/reactjs
24
0
February 3, 2025
React 19 is officially out!
I just love how they introduce new terms and features and give very obvious names so everything is clear from the get go and there will be absolutely no problems with communication /s. For example, what is "action" in context of react? Is it something you pass into "dispatch" function ? Or maybe it is for submission action? Or, possibly it is something to update part of the UI in background ? Or maybe it is a form submission action that is roughly equialent to action attribute ? In my opinion react becomes more and more complex and hard to get into. It is also, IMO, more focused on fixing problems react itself introduces, instead of solving problems of developers (although they sometimes overlap). I will not be surprised that in React 20 they will focus primarily on fixing complexities of React 19. More on reddit.com
🌐 r/webdev
111
121
December 6, 2024
Thoughts on React V19 ?
I haven't used the any newer APIs yet. BUT THANK FUCKING GOD THEY MADE IT POSSIBLE TO DIRECTLY PASS REFS AS PROPS. More on reddit.com
🌐 r/reactjs
66
100
December 9, 2024
React 19 is broken?
I'm running React 19, and I'm completely unable to run any example of the "use" hook. For example, this code: import {use, Suspense} from 'react'… More on reddit.com
🌐 r/reactjs
29
0
June 19, 2024
🌐
React
react.dev › versions
React Versions – React
React 19 Upgrade Guide · React Compiler Beta Release · React Compiler v1.0 · React 19.2 · Talks · React 19 Keynote · A Roadmap to React 19 · What’s new in React 19 · React for Two Computers · React Compiler Deep Dive · React Compiler Case Studies ·
🌐
GeeksforGeeks
geeksforgeeks.org › reactjs › react-19-new-features-and-updates
React 19 : New Features and Updates - GeeksforGeeks
February 27, 2026 - Improved Stylesheet Management: React 19 takes control of stylesheet loading and insertion order within the DOM. This eliminates potential issues with styles being applied before components are rendered. Declarative Control: You can specify stylesheet dependencies directly within your components, making it easier to manage styles that are specific to a particular component or group of components. Reduced Boilerplate: React handles the complexities of stylesheet management, reducing the need for manual workarounds or complex styling libraries.
🌐
DEV Community
dev.to › er-raj-aryan › react-19-is-here-whats-new-must-have-packages-2opg
React 19 is Here: What’s New & Must-Have Packages - DEV Community
May 23, 2025 - From auto-optimizing performance to built-in hooks we’ve begged for, React 19 makes development faster, cleaner, and more powerful.
🌐
Bacancy Technology
bacancytechnology.com › bacancy technology › blog › react js
What's New in React 19 RC: Key Features and Updates.
December 31, 2025 - While ensuring optimal performance and efficiency, the latest version of React comes with a set of robust features like Actions, Actual Client and Server Directives, Document Meta Data, Web Components, Suspense Head Loading, ‘use’ API, React Compiler, and more to simplify web development processes and enhance performance. Let us look at those features and see how React JS 19 is revolutionizing front-end development across the globe.
Find elsewhere
🌐
SWR
swr.vercel.app
SWR
SWR is a minimal API with built-in caching, revalidation, and request deduplication. It keeps your UI fast, consistent, and always up to date — with a single React hook.
🌐
Kellton
kellton.com › kellton-tech-blog › react-19-latest-features-and-updates
Everything on React 19 New Features and Updates
July 11, 2024 - Enhanced debugging experience: ... ditReact 19 enhances performance optimization with a new feature: built-in support for resource preloading....
Price   $$
Address   Plot No – 404-405, 4th & 6th Floor, ILABS Centre, Udyog Vihar, Phase- III, 122016, Gurgaon
🌐
Vercel
vercel.com › blog › whats-new-in-react-19
What’s new in React 19 - Vercel
September 4, 2024 - React 19 introduces Actions. These functions replace using event handlers and integrate with React transitions and concurrent features.  Actions can be used on both the client and server.
🌐
CBS 19 News
cbs19news.com › home
Students react after bomb threat at UVA deemed a hoax | News | cbs19news.com
CHARLOTTESVILLE, Va. (CBS19 NEWS) -- A bomb threat that prompted evacuations Friday morning on University of Virginia Grounds was later determined to be a hoax, according to university officials.
Published   3 weeks ago
🌐
Pieces
pieces.app › home
React 19: a comprehensive guide to the latest features and updates
Pieces for Developers – Long-Term Memory Agent
Let’s dive into the exciting features of the newly released React 19, including server components and a React compiler. Pieces is your AI long-term memory agent that captures live context from browsers to IDEs and tools, manages snippets, and supports multiple LLMs. This app has dramatically improved my workflow!
Rating: 5 ​
🌐
Medium
er-raj-aryan.medium.com › react-19-is-here-the-ultimate-guide-to-whats-new-must-have-packages-606faa2a92d2
React 19 is Here: The Ultimate Guide to What’s New & Must-Have Packages | by Er Raj Aryan | Medium
May 23, 2025 - React 19 introduces an auto-optimizing compiler that: ✔ Reduces re-renders automatically (goodbye, manual useMemo and useCallback). ✔ Boosts performance without code changes.
🌐
freeCodeCamp
freecodecamp.org › news › new-react-19-features-you-should-know-with-code-examples
New React 19 Features You Should Know – Explained with Code Examples
September 30, 2024 - React.js is 11 years old, and it has become one of the most popular JavaScript libraries out there. And now, React is transitioning from version 18 to version 19. So hold onto your hats, React enthusiasts 🎩. React 19 has recently landed, and it’s a ...
🌐
DEV Community
dev.to › gladiatorsbattle › react-19-stable-release-whats-new-and-how-to-upgrade-299d
React 19 Stable Release: What’s New and How to Upgrade - DEV Community
December 5, 2024 - React 19 is officially stable and now available on npm! Packed with features and enhancements, it’s designed to streamline development, improve performance, and simplify handling common UI patterns.
🌐
GitHub
github.com › facebook › react › blob › main › CHANGELOG.md
react/CHANGELOG.md at main · facebook/react
Support for Custom Elements: React 19 now passes all tests on Custom Elements Everywhere. StrictMode changes: useMemo and useCallback will now reuse the memoized results from the first render, during the second render. Additionally, StrictMode will now double-invoke ref callback functions on initial mount. UMD builds removed: To load React 19 with a script tag, we recommend using an ESM-based CDN such as esm.sh.
Author   facebook
🌐
React
legacy.reactjs.org › docs › cdn-links.html
CDN Links – React
To load a specific version of react and react-dom, replace 18 with the version number.
🌐
NamasteDev
namastedev.com › home › react › advanced react: the new react 19 features every developer should know
Advanced React: The New React 19 Features Every Developer Should Know - NamasteDev Blogs
November 16, 2025 - React 19 marks a significant evolution in the React ecosystem. With features like automatic batching, concurrent rendering, and improved server-side rendering, developers have powerful tools at their disposal to build fast and responsive ...