Jonathan Gelingelinjo.hashnode.dev·Aug 15, 2024🍒 Cherry-Picked Nx v19.6 Updateshttps://github.com/nrwl/nx/releases/tag/19.6.0 🌊 Nx Core Skipping Dependent Tasks When testing or for any other reason, you may want to skip running the entire tree of task dependencies. You can now achieve this with the --exclude-task-dependenci...Discuss·177 readsCherry-Picked Nx UpdatesNx
webismewebisme.hashnode.dev·Jul 11, 2024Module Federation 장단점장점: 빌드 단위의 세분화: Module Federation을 사용하면 빌드 단위가 페이지 전체에서 페이지 내의 특정 블록(부분)으로 세분화됩니다. 이는 코드의 재사용성을 높이고, 독립적인 개발 및 배포를 가능하게 합니다. 특히, 큰 프로젝트에서는 이러한 세분화가 유용하게 작용할 수 있습니다. 단점: SSR의 러닝 커브: 서버 사이드 렌더링(SSR)과 Module Federation을 함께 사용하려면 추가적인 설정과 이해가 필요합니다. 이...Discussmodule federation
Howardblog.howardphung.com·Jul 10, 2024Share Dependencies Between Micro FE AppsLet's continue with our micro frontend project. Now is the time to setup the cart application. Please run the same commands as what we did with the products Here are the different cart/webpack.config.js const HtmlWebpackPlugin = require('html-webpack...Discuss·1 likeMicro Frontend DistilledReact
Howardblog.howardphung.com·Jul 10, 2024Understanding the Basics of Module FederationHi folks, welcome back. In the previous article, we stopped at the scaffolding projects. In this article, we will discuss the integration process. By leveraging the Module Federation Technique. Implementing Module Federation We will get through it ...Discuss·8 likesMicro Frontend Distilledmodule federation
Howardblog.howardphung.com·Jul 9, 2024Micro-Frontends 101Hi folks, welcome to the Micro Frontends Distilled Series on my Blog. It's Howard here! MicroFrontend is a new architecture in the Frontend World, becoming increasingly popular over time. I already have several years of experience working in the Ente...Discuss·5 likesMicro Frontend DistilledMicrofrontend
Aashish Tiwariaashishcodes.hashnode.dev·May 18, 2024Understanding Module-Federation with React / WebpackMultiple separate builds should form a single application. These separate builds act like containers and can expose and consume code between builds, creating a single, unified application. Javascript Module Federation is a concept that allows develo...Discuss·1 like·311 readsmodule federation
Aaron Eisenbergblog.aaroneisenberg.me·Mar 28, 2024Federated Modules with Vite and vite-plugin-federationIntroduction I work on an application at work that has an interesting (and maybe overcomplicated) setup. It's a "web portal" deal which handles authentication of users and gives permissions to a set of "modules". The web portal and each of these modu...Discuss·105 readsVue.js
Joel Vinay Kumarjoelvinaykumar.hashnode.dev·Mar 1, 2024You need a micro-frontend. Here's why?Preface: First of all, what is a micro-frontend? Imagine you have super cool Lego blocks that you can use to build a house. You make a few squares and stack them on top of each other. Then you build a pyramid structure. Then you build a long cuboid l...Discuss·77 readsMicrofrontend
Ayman Patelaymanace2049.hashnode.dev·Feb 11, 2024Microfrontends - Decoupling FrontendsPreface: Microservices We are all widely aware of Microservices. For the uninitiated, it is a way of decomposing your applications to independently deployable units.This allows to structure teams so that they can work independently with different rel...Discuss·2 likes·112 readsFrontendMicroservices
Supriya Msupminn.hashnode.dev·Jan 5, 2024Module Federation using ViteJSFor backend developers, the microservice architecture represents a software development approach composed of small, independent services communicating over well-defined APIs. A similar concept for frontend applications is Micro-Frontends. This archit...Discuss·15 likes·248 readsmodule federation