RReact Read More 5 minute read Expo vs React Native CLI in 2023byArmando DuranMarch 8, 2023 Reading Time: 5 minutesIn the React Native community, there are two popular ways to create an app, you can use the…
RReact Read More 4 minute read React Best Practices: useEffect Hookbyfernando.trasvinaDecember 19, 2022 Reading Time: 4 minutesBy using useEffect Hook, you tell React that your component needs to do something after rendering. This hook…
RReact Read More 7 minute read React Styled Components: Give Life To Your ProjectbyFabian AlejandroSeptember 29, 2022 Reading Time: 7 minutesHave you ever wonder how cool it will be to have accessibility to props and to the creation…
RReact Native Read More 7 minute read How To Create a Track Player in React NativebyleyaimMagmaJanuary 20, 2022 Reading Time: 7 minutesSpotify is a digital music, podcast, and video service that gives you access to millions of songs and…
SSoftware Engineering Read More 3 minute read Understanding Redux SagabycinthyawAugust 19, 2021 Reading Time: 3 minutesYou may ask yourself: Why do I need Redux Saga if I already have Redux? When working with…
RReact Native Read More 8 minute read Amazon Web Services for React Native Developers – The Series: Chapter 1byfernandoamzMay 13, 2021 Reading Time: 8 minutesAWS provides libraries that can be used easily. Even the documentation on its site is well documented. So,…
RReact Native Read More 5 minute read How to add push notification on your React Native project using FirebasebyleyaimMagmaMay 6, 2021 Reading Time: 6 minutesPush notifications make an app more complete. It is an essential plus because it will notify your users…
RReact Native Read More 3 minute read Ionic React vs React Native: The differencesbyleyaimMagmaApril 22, 2021 Reading Time: 4 minutesIf you’re thinking about building a mobile app, this article is for you. It is kind of obvious…
RReact Native Read More 5 minute read Profiling on React Native appsbyfernandoamzApril 15, 2021 Reading Time: 6 minutesAn app is considered to have bad performance if it responds slowly, shows slow animations, freezes, crashes, or…
UUncategorized Read More 4 minute read How to add Subscriptions in React Native: Before startingbyRNoyolaSeptember 17, 2020 Reading Time: 4 minutesThis is the first one of a series of posts where we are going to implement mobile payments…