Simple and flexible modal dialog component for React JS - Nodlik/react-st-modal... (more…)
Read more »
Today we’re releasing React Native 0.64 that ships with support for Hermes on iOS. (more…)
Read more »
In building wine.study, we quickly got to the point where we were experiencing a development bottleneck in the construction of components. This bottleneck occurred due to a number of reasons. We solved it with a live style guide.
Read more »
There is a high possibility that a lot of components in your React application will have to make calls to an API to retrieve data that will be displayed to your users. It’s already possible to do that using the componentDidMount() lifecycle method, but wi... (more…)
Read more »
Writing native UI tests for a React Native app may seem counterproductive, but it made our team more effective in our testing. (more…)
Read more »