In this tutorial, we are going to integrate the React Native Facebook login to our React Native project. Social logins are utilized in many mobile applications nowadays due to there security, user authentication, easiness, and efficiency. (more…)
Read more »
Read about our journey and the technical problems we encountered while we were building Dealmap with React Native. (more…)
Read more »
Handling forms in react native is a crucial task in your journey as a react native developer, you can’t think about developing a new react native app without dealing with forms, at least for login and sign up screen in case your app is retrieving data in ... (more…)
Read more »
React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »
[Translation of an article originally posted on habr.ru, published by it-efrem on October 20, 2019. Read more of his articles at it-efrem.com] Good day, Habr readers! I want to tell you about how I recently found out about some “hooks” in React. They appe... (more…)
Read more »