Mar react.dev launched – the new home for React and its documentation.
1 year and 10 months ago
React 18 stable release: Introduced concurrent features, improved Suspense, automatic batching, and startTransition API, which enhanced the user experience for high-demand applications.
3 years ago
New server rendering architecture: Improved server rendering performance and allowed for concurrent features on the server side.
3 years ago
React 18 alpha release with Concurrent Mode improvements.
4 years ago
React v17 “no new features” release. This version focused on stability and incremental updates.
5 years ago
Vue.js 3.0 is officially released, with major improvements like Composition API and better TypeScript support.
5 years ago
React v16.8 - Hooks Released: Allowed functional components to use state and other React features without writing classes.
6 years ago
Vue.js 3.0 entered the alpha phase, starting the development of a major new version that includes a complete rewrite using TypeScript.
6 years ago
React Hooks proposal announced: React Hooks introduced a new way to manage state and lifecycle in functional components, drastically simplifying component logic.
7 years ago
React v16 – Fiber architecture released: Significant performance improvements were achieved, including the ability to pause and resume rendering and handle asynchronous rendering.
8 years ago
React v15 release: Improved performance and provided support for the latest JavaScript features.
9 years ago
Version 2.0 was released, a significant update named “Ghost in the Shell”. This version introduces features like server-side rendering and virtual DOM.
9 years ago
React v0.14 - Component Model Evolution
10 years ago
Split of React and ReactDOM: React’s rendering for the DOM and logic for components were separated into react and react-dom libraries, a key architectural change.
10 years ago
Oct Vue.js reaches its first major milestone with the release of version 1.0, named “Evangelion”
9 years and 3 months ago
React Native announced: Facebook introduced React Native, an extension of React for building native mobile apps using the same component-based architecture.
11 years ago
Feb First public announcement of Vue.js (Version 0.8).
10 years and 11 months ago
React was open-sourced by Facebook at the JSConf US.
12 years ago
The first source code commit for Vue.js is made by Evan You. Initially, the project was called “Seed”
12 years ago
Developer Jordan Walke at Facebook created the initial prototype of React. He aimed to simplify the user interface (UI) rendering process by improving reactivity.