React (software): Difference between revisions

Content deleted Content added
m Updated the React release history.
Tag: Reverted
Restored revision 1259529065 by Rob Bednark (talk): Ai sounding, unsourced text
Line 405:
 
On September 26, 2017, React 16.0.0 was released with the MIT license.<ref>{{cite web |url=https://reactjs.org/blog/2017/09/26/react-v16.0.html#mit-licensed |title=React v16.0§MIT licensed |last=Clark |first=Andrew |date=September 26, 2017 |website=React Blog |access-date=October 18, 2017 |archive-date=October 3, 2017 |archive-url=https://web.archive.org/web/20171003031315/https://reactjs.org/blog/2017/09/26/react-v16.0.html#mit-licensed |url-status=live }}</ref> The MIT license change has also been backported to the 15.x release line with React 15.6.2.<ref>{{cite web |url=https://reactjs.org/blog/2017/09/25/react-v15.6.2.html |title=React v15.6.2 |last=Hunzaker |first=Nathan |date=September 25, 2017 |website=React Blog |access-date=October 18, 2017 |archive-date=May 31, 2022 |archive-url=https://web.archive.org/web/20220531133328/https://reactjs.org/blog/2017/09/25/react-v15.6.2.html |url-status=live }}</ref>
 
React 16.3 (released on March 29, 2018) introduced the Context API, which simplified the passing of data through the component tree without needing to manually pass props at every level.
 
React 16.8 (released on February 6, 2019) was a major milestone, introducing React Hooks. This allowed developers to use state and lifecycle features in function components, eliminating the need for class components for most use cases.
 
React 17 (released on October 20, 2020) focused on making upgrades easier and less disruptive. This version included improvements like the new JSX Transform and an updated event handling system, but it did not introduce major new features.
 
React 18 (released on March 29, 2022) introduced Concurrent Rendering, which optimized rendering performance by enabling React to pause work and switch to higher-priority tasks without blocking the UI.
 
These updates have significantly improved React's functionality and performance, helping to maintain its position as one of the leading libraries for web development.
 
== See also ==