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

React (software)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 Walkecreator

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

  • React (software)
    ImageReact (software)

    Meta Platforms, Public domain, via Wikimedia Commons

Related