News

Functional components are capable of performing all the work of a class-based component beginning with React 16, via the “hooks” API. Simple class-based vs. functional comparison ...
React’s new Suspense component The most prominent feature is the new Suspense component. You use this component to inform React that a given area of the UI is dependent on asynchronous data ...
How is Facebook's React JavaScript library? This question was originally answered on Quora by Ben Alpert.
Today, Airbnb’s design team open sourced its internal library for writing React components that easily render directly to Sketch. Instead of trying to get Sketch to export to code, the Airbnb ...
While React 17 does have potentially breaking changes, the major release introduces changes to just 20 components out of 100,000, making it less risky for developers to upgrade to React 17.