React Native lets you build mobile applications for iOS and Android using JavaScript. This tutorial will show you how to use OAuth to authenticate users in a React Native application. (more…)
Read more »
Creating a custom hook in React to store state in local storage, synchronize it across browser tabs, and have its value retrieved on page refresh. We will be... (more…)
Read more »
Over the past year so much has changed in our world, React Native being no exception. We've welcomed new members to our team (whom we are excited to eventually meet in person!), our projects have matured and new opportunities have arisen. We're excited to... (more…)
Read more »
ReasonReact: a safer, simpler way to build ReactJS components in Reason... (more…)
Read more »
Props and children are different things, but when the a component takes multiple children things can get awkward. The Named Children pattern helps us deal with this. (more…)
Read more »