Tag Archives: JavaScript
Module Federation Deployment Configuration Part II
From my previous videos Module Federation – Micro frontend architecture | nextjs there are some comments regarding how to handle multiples environments and how to transfer data from the shell application to modules, in this document I’m going to share some of the learning and issues that I and my team had during the development….
React Hooks + Context API = Redux | Build a Scalable APP
Redux has been since the beginning a powerful tool to allow us to handle states in React and other frameworks like Angular and more. The concept of redux is simple, instead to handle the state locally in every component of our application redux combine all state into a big state called Store, from the store…
Starting new (React+Webpack) project from scratch = beginning =(to)=> advanced
Original Post on Medium I recently had a new challenge, my team and I were facing some issues using Webpack 2, it was taking a lot of time compiling the project in development and building the production bundle, we have to migrate Webpack 2 to 4 for two years old app. Thanks to that upgrade,…