js Featured What's an object identity in JavaScript? What's an object's identity? and what does "stable identity" mean in React? Let's dive a bit into it together!
React A solution to handling modals in React I want to show you a new solution for handling modals in large React applications as a result of a big refactor in my work in Musixmatch.
a11y A11y on mobile: how to build UIs that don't break You should be aware of the accessibility settings on mobile devices which might break your app's UI. Let's see what we can do in React Native
React Life and death of the usePrevious hook We will understand the usePrevious hook's common implementation and then we will see some issues it might bring and how to solve them.
React Native Get started with React Native There are many ways of booting up a React Native application. Which one should you use?
React Native Re-thinking env vars in React Native If there is one thing I hate about react native it's the inexistent way of using environment variables
React Native Microsoft CodePush Integration in React Native 0.60+ Microsoft CodePush is a powerful tool but can be very exhausting to configure. Let's cycle over the necessary details
React Native Why I Dropped Expo and embraced React Native What are the main problems with Expo at this time? And what can be the advantages of using a pure React Native workflow?
fetch A very simple fetch wrapper ready to use A handy thin fetch wrapper in less than 100 lines featuring abortion (with polyfill for non-supporting envs), token setter, etc.
React Native Aborting requests in React Native How can we close an active connection initiated with Fetch? And most important, what do we mean by "closing a connection"?