JJavascript Read More 9 minute read Functional Programming in a Nutshell (in JS)byCarlos AlcalaJuly 9, 2020 Reading Time: 9 minutes Functional Programming (FP) is a great tool to add to your toolbox! It enables you to write simple,…
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…
EEcommerce Read More 2 minute read Magento 2 Mixinsbyrene.castilloJune 17, 2019 Reading Time: 2 minutes In this article, I will let you know how to use Mixins in Magento 2. What is a…
JJavascript Read More 4 minute read Destructuring, the easiest waybySamantha BelloMarch 4, 2019 Reading Time: 4 minutes In the last days, I have been working on a project with ‘React’, and every single day I…
JJavascript Read More 5 minute read Write better Javascript, EP 1: ConditionalsbyMario GómezOctober 15, 2018 Reading Time: 5 minutes Write better Javascript, EP 1: Conditionals This is the first "episode" of one of many series I intend…
RReact Native Read More 3 minute read How to select the next TextInput after pressing the “next” keyboard buttonbyArmando DuranSeptember 5, 2018 Reading Time: 2 minutes See code on Github Navigating between text fields using the keyboard is very convenient to improve the user…
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…
DDevelopment Read More 1 minute read De Código, Café y Cervezas 04 – ReactJS + AngularJS (Parte 2)byVictor VelazquezJanuary 26, 2017 Reading Time: < 1 minutes Heriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten el cuarto episodio De código, Café…
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…