One of the most appealing qualities of React Native is the idea of isomorphic code. Code, that can run on both iOS and Android, enabling you to write 2 apps at the same time. But, there is another benefit to isomorphic code. You can also speed up writing your code just for one app. SinceContinue reading “React Native Web & Isomorphic magic”
Tag Archives: Slack
React Native: Oauth
If you want to use any self-respecting API on the web, you are going to need Oauth authentication. If you need an explanation what oauth is, there are plenty better ones. These are the steps your app needs to go through: Send user to special URL in the browser that lets them log in toContinue reading “React Native: Oauth”