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…
JJavascript Read More 3 minute read Configuring Webpack 5 and webpack-dev-server on ReactbyOswaldoPinedaMarch 11, 2021 Reading Time: 4 minutesHave 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 minutesPreviously, 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 minutesBuilding 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 minutesJest is an amazing testing tool developed by the folks at Facebook and maintained by a vast community of…
ccss Read More 6 minute read Building a React Redux compatible hamburger menu – Custom implementation (part 2)byheridevDecember 20, 2018 Reading Time: 6 minutesOnce you have completed the right Setup following the first part of these tutorials: Building a React Redux…
RReact Read More 5 minute read Building a React Redux compatible hamburger menu – Setup (part 1)byheridevDecember 18, 2018 Reading Time: 5 minutesMost of the Web Apps these days need to support a special navigation for mobile devices (smaller screens)…
RReact Read More 4 minute read Rails 5 meets Webpack and ReactbyMario GómezMarch 21, 2018 Reading Time: 3 minutesWhy 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 minutesHow can I communicate between two React JS Components? Hello again! I hope you enjoyed my previous article…