React Native plus Code Push plus Bugsnag for pleasant bug fixing
A few months back, we announced support for React Native crash reporting, and since then, React Native has quickly become one of our most popular platforms. ... (more…)
Read more »Hooks are quite a new feature in React. They seem to simplify how we add logic to our components. When I was starting to use them, most of them seemed straightforward. That didn’t apply to the useEffect hook. It might not be that uncomplicated, and theref… Read more