React (software): Difference between revisions

Content deleted Content added
m Update the correct link to Soshace.com
History: Add React 19
Line 181:
}}</ref>
 
On AugustOctober 1020, 2020, the React team announced the first release candidate forreleased React v17.0, notable as the first major release without major changes to the React developer-facing API.<ref>url=https://reactjs.org/blog/2020/08/10/react-v17-rc.html {{Webarchive|url=https://web.archive.org/web/20200810215037/https://reactjs.org/blog/2020/08/10/react-v17-rc.html |date=2020-08-10 }}</ref>
 
On March 29, 2022, React 18 was released which introduced a new concurrent renderer, automatic batching and support for server side rendering with Suspense.<ref>{{cite nameweb |title="reactjsReact 18 |url=https://react.org"dev/blog/2022/03/29/react-v18 |website=React |access-date=7 December 2024}}</ref>
 
On December 5, 2024, React 19 was released. This release introduced Actions, which simplify the process of making state updates using asynchronous functions rather than having to manually handle pending states, errors and optimistic updates. React 19 also included support for server components and improved static site generation.<ref>{{cite web |title=React 19 |url=https://react.dev/blog/2024/12/05/react-19#whats-new-in-react-19 |website=React |access-date=7 December 2024}}</ref>
 
{| class="wikitable mw-collapsible mw-collapsed"
Line 388 ⟶ 390:
|Many more fixes and performance improvements
|-
|19.0.0-rc.0
|35 JuneDecember 2024
|Actions, new hooks (useActionState, useFormStatus, useOptimistic), use API, Server Components, Server Actions, passing ref as a normal prop, improved hydration diffs, improved Context API, cleanup functions for refs, improved useDeferredValue API, support for document metadata, support for stylesheets, support for async scripts, support for preloading resources, improved error reporting, and support for custom elements.
|}