React vs. Vue – A wholesome comparison
I recently wrote a post comparing React and Vue. You can check it out here and leave any comments. Link to post: React vs. Vue
I recently wrote a post comparing React and Vue. You can check it out here and leave any comments. Link to post: React vs. Vue
Security is of paramount importance for your mobile application. Learn about securing your React Native app by using Keychains Securing your mobile application is crucial when dealing with passwords, touch… Read More »Securing your React Native App using Keychain
I like to think of a Reducer in Redux as a “Coffee Maker”. It takes in an old state and action and brews a new state (Fresh coffee). Redux is… Read More »A Redux Reducer is like a Coffee Maker
Integrate Touch ID and Face ID to your React Native App Adding authentication using the user’s Touch ID or the new Face ID is easier than ever in your React Native… Read More »Integrate Touch ID and Face ID to your React Native App
I recently have been working with the react-native-video library to integrate videos within the app. I must say, this is a very impressive library from the react native community with… Read More »Video Streaming in your React Native App
In this post I am going to illustrate the two most useful properties that I have used to handle the native keyboard that is displayed while using TextInput. When you… Read More »Today’s React Native Tip: Keyboard issues in ScrollView
In the previous article we learned about the differences between props and state and how to use them in your React/React Native application. In this article, we will dive into… Read More »Why you should use PropTypes in React Native
Have you had trouble understanding some of the react lifecycle methods and how to implement them without messing up? If your answer is yes, you are not alone. I have… Read More »Problematic React Lifecycle Methods are Going Away in React 17
If you have been learning React/React Native you would have come across ‘props’ and ‘state’ being used all over the code. So what exactly are these and how do we… Read More »Props and State in React Native explained in Simple English
React Native is very popular these days, and thousands of apps are already built using React Native. Big names like Facebook, AirBnB, Uber, and many other companies have embraced React… Read More »5 Reasons Why I Love React Native