RReact Read More 4 minute read How to use GyroscopebyleyaimMagmaDecember 21, 2021 Reading Time: 4 minutes One of the most used features in mobiles is the use of gyroscopes; it is used in several…
RReact Read More 2 minute read Best Custom HooksbyleyaimMagmaSeptember 23, 2021 Reading Time: 3 minutes Learn how Custom Hooks can help you to solve specific problems in your React Projects. Here is a…
SSoftware Engineering Read More 3 minute read Understanding Redux SagabycinthyawAugust 19, 2021 Reading Time: 3 minutes You 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 minutes AWS provides libraries that can be used easily. Even the documentation on its site is well documented. So,…
RReact Native Read More 3 minute read Ionic React vs React Native: The differencesbyleyaimMagmaApril 22, 2021 Reading Time: 4 minutes If 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 minutes An app is considered to have bad performance if it responds slowly, shows slow animations, freezes, crashes, or…
JJavascript Read More 3 minute read Configuring Webpack 5 and webpack-dev-server on ReactbyOswaldoPinedaMarch 11, 2021 Reading Time: 4 minutes Have you ever wondered how today's modern JS applications can process so many style modules or images? Well,…
RReact Read More 4 minute read Classes vs Hooks on ReactbyleyaimMagmaFebruary 24, 2021 Reading Time: 4 minutes Previously, in the world of React, we had to use Classes in order to create components. Since version…
AAndroid Read More 17 minute read React Hooks, TypeScript and Redux for React NativebyfernandoamzApril 2, 2020 Reading Time: 16 minutes Building a counter app to know how to start a project with Typescript it’s easy if you follow…
TTesting Read More 2 minute read Adding Jest to a Babel 6 projectbykevinnioJune 27, 2019 Reading Time: 2 minutes Jest is an amazing testing tool developed by the folks at Facebook and maintained by a vast community of…