RRegEx Read More 7 minute read RegEx Basics GuidebyFabian AlejandroFebruary 2, 2022 Reading Time: 6 minutes This guide is a quick compilation of many Regular Expresions examples and how to use them to be…
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 Read More 4 minute read Rails 5 meets Webpack and ReactbyMario GómezMarch 21, 2018 Reading Time: 3 minutes Why Webpack? JavaScript applications are getting more complex every day and developers are taking advantage of new versions…
AAgile Read More 2 minute read React JS: Communication between componentsbyMario GómezNovember 1, 2016 Reading Time: 3 minutes How can I communicate between two React JS Components? Hello again! I hope you enjoyed my previous article…
BBest Practices Read More 4 minute read ReactJS: Loops in JSXbyMario GómezOctober 18, 2016 Reading Time: 4 minutes Why React? Nowadays developers know that Javascript's world is constantly changing. Every day a new library, framework or…
JJavascript React coding tipsbyadminNovember 25, 2015 Reading Time: 3 minutes React coding tips I started working with React a couple of months ago. So far it has been…