How to make your React Native app respond gracefully when the keyboard pops up

When you’re working with React Native apps, a common problem is that the keyboard will pop up and hide text inputs when you focus on them… Read more

Similar

Error Handling in React 16

As React 16 release is getting closer, we would like to announce a few changes to how React handles JavaScript errors inside components. These changes are included in React 16 beta versions, and will be a part of React 16. (more…)

Read more »

React + TDD =

We’ll do this by creating an app from scratch and trying to write tests first. A quick disclaimer of what I will not do in this post: Write the next test, rinse, repeat. Without evangelizing why TDD… (more…)

Read more »