Learn how to use React Testing Library in this tutorial. You will learn how to test your React components step by step with unit and integration tests ... (more…)
Read more »
After over 20 pull requests from 6 contributors in the React Native Community, we're excited to launch `react-native doctor`, a new command to help you out with getting started, troubleshooting and automatically fixing errors with your development environ... (more…)
Read more »
A comprehensive list of Styled Components Best Practices for React developers ... (more…)
Read more »
Today we're sending out React 15.6.2. In 15.6.1, we shipped a few fixes for change events and inputs that had some unintended consequences. Those regressions have been ironed out, and we've also included a few more fixes to improve the stability of React ... (more…)
Read more »
In this quick tutorial, we're going to build a real chess game that you can play with a friend in real-time. We're going to utilize chessboardjs which is a pretty simple library that can render chessboard along with the figures on it. In order to be able ... (more…)
Read more »