May 29, 2013
React open-sourced at JSConf US
FacebookThe social network founded by Mark Zuckerberg — grew into Meta and reshaped online advertising. open-sourced ReactA JavaScript library for building UIs — component trees and declarative rendering for the web. at JSConf US on May 29, 2013 — a declarative UIUser interface — the parts of software people see and interact with. library with a virtual DOM.
What it was for
ReactA JavaScript library for building UIs — component trees and declarative rendering for the web. models UIUser interface — the parts of software people see and interact with. as a function of state — components re-render when data changes, ReactA JavaScript library for building UIs — component trees and declarative rendering for the web. diffs a virtual DOM and updates the real one efficiently. Powers FacebookThe social network founded by Mark Zuckerberg — grew into Meta and reshaped online advertising., Instagram, Netflix frontends, Next.js, ReactA JavaScript library for building UIs — component trees and declarative rendering for the web. Native mobile apps, and most modern SPAs. JSX mixes markup with JavaScript (controversial at launch, standard now).
People
- Jordan Walke — creator
Companies
- Meta
Why it's here
ReactA JavaScript library for building UIs — component trees and declarative rendering for the web. became the dominant frontend library and shifted the industry to component-based declarative UIUser interface — the parts of software people see and interact with..
Why it mattered
The virtual DOM and one-way data flow influenced Vue, Svelte, and every major UIUser interface — the parts of software people see and interact with. toolkit that followed.
What it solved
Large FacebookThe social network founded by Mark Zuckerberg — grew into Meta and reshaped online advertising. UIs were hard to keep consistent; manual DOM sync did not scale with growing feature sets.
Media
- ImageReact (software)
Meta Platforms, Public domain, via Wikimedia Commons
Related
- JavaScript name announced by Netscape and SunDecember 4, 1995
- Next.js open sourcedOctober 25, 2016