React Downloads

Next >Feb 17th, 2018

Next >Mar 29th, 2018
React.createContext()
React.createRef()
React.forwardRef()
getDerivedStateFromProps()
getSnapshotBeforeUpdate()
StrictMode
Next >Mar 30th, 2018

Next >Apr 5th, 2018
React's Lifecycle methods

Next >May 17th, 2018

Next >May 18th, 2018

Next >Jun 7th, 2018
React 16.4 included a bugfix for getDerivedStateFromProps
which caused some existing bugs in React components to reproduce more consistently.
Alternates- Fully Controlled or Uncontrolled
- Memoization
Next >Jun 17th, 2018

yarn add react-toast-notifications
Next >- Next >
Sep 5th, 2018
Announcing styled-components v4: Better, Faster, Stronger π
- Smaller (from 16.1kB to <15kB)
- Faster (mounting: +25%, re-rendering: +7.5%)
createGlobalStyle
API (hot-reloadable and themable)"as"
prop (replaces .withComponent()
StrictMode
compliance for React v16- Native
ref
on any styled component (no more innerRef
)
Next >Sep 10th, 2018

Next >Sep 18th, 2018
Gatsby v2
- Reduced build times by up to 75%
- Shrunk JavaScript client runtime by 31%
- Webpack 4, Babel 7, React 16.5
Next >Sep 19th, 2018
Framer X released
Next >Sep 20th, 2018
Next.js v7
- 57% faster bootup, 42% faster re-compilation
react-error-overlay
- Webpack 4 and Babel 7
- Standardized Dynamic Imports
- Static CDN support
- Smaller initial HTML payload
- React Context with SSR between App and Pages
Next >Oct 2nd, 2018
Create React App v2
- π Use Sass and CSS Modules out of the box.
- π Babel 7
- π¦ Webpack 4
- π Jest 23
- π Added PostCSS
- π Babel Macros support (Apollo, Relay Modern, MDX)
- π Import an SVG as a React component
- π Yarn PlugβnβPlay mode that removes
node_modules
. - π·ββοΈ Opt-in service workers with Googleβs Workbox.
Next >Oct 23rd, 2018
React.memo
React.lazy
: Code-Splitting with SuspenseCode-Splitting with Suspense
static getDerivedStateFromError()
Next >Oct 26th, 2018

Next >Nov 12th, 2018
- π 30% faster
- π₯ Smarter collision engine
- πΉ More robust keyboard movement system
- π² New: tree library @atlaskit/tree by @Confluence
- π³ New: combine items
- π£ New: add and remove items during a drag
Next >Nov 30th, 2018

Next >Dec 2nd, 2018
- React 16.6 with Suspense for Code Splitting (already shipped)
- A minor 16.x release with React Hooks (~Q1 2019)
- A minor 16.x release with Concurrent Mode (~Q2 2019)
- A minor 16.x release with Suspense for Data Fetching (~mid 2019)