React has a great ecosystem not just for making development easier, but for making testing easier as well. We surveyed YCombinator founders to understand what libraries, frameworks, and methodologies they use to test their React applications. (more…)
Read more »
Sometimes you can get into a situation when you’re choosing between Redux and React’s setState... (more…)
Read more »
The first React 16 beta is now available for public testing. 🎉
Getting Started
Installation Instructions
The beta has been published to NPM with the tag "next". Regular NPM installs will continue t... (more…)
Read more »
Simpler storage, Simpler fetch, Simpler UI. Contribute to chende008/react-native-fast-app development by creating an account on GitHub. (more…)
Read more »
For fun, here's a proof-of-concept based on an idea by @sebmarkbage.
If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....
Read more »