Sharanjit Singhsharanjitmalhi.hashnode.dev·Sep 24, 2023Unleashing the Power of Micro-frontends: A Modern Approach to Frontend DevelopmentImage designed by studiogstock / Freepik In today's digital landscape, we're witnessing an unprecedented boom in web application development. As organizations strive for faster development cycles, enhanced scalability, and flexibility in their tech ...Discuss·34 readsMicrofrontend
NearFormforNearFormnearform.hashnode.dev·Aug 30, 2023Micro Frontend Architecture: Helping You Move from Theory to Practice with Our WorkshopBy Mateja Ristic and Ruslan Bredikhin Micro frontends empower teams to work autonomously on specific parts of an application In monolithic architectures, as applications grow in complexity, it may become increasingly difficult to maintain scalability...Discuss·8 likes·29 readsiwritecode
David Herbertdaveyhert.hashnode.dev·Aug 28, 2023Feature Flags in Microfrontend ArchitectureIn today's fast-paced world, the web development landscape is constantly evolving, with user expectations for fast and responsive applications driving innovation. The need for more modular, scalable, and maintainable architectures is more crucial tha...Discuss·11 likes·65 reads feature flags
Anjan Karmakaranjan.hashnode.dev·Aug 20, 2023🚀 Revolutionizing Frontend Development: Embrace the Micro Frontend Evolution! 🚀In the fast-paced realm of web development, change is the constant, and innovation drives progress. The traditional approach to frontend development has seen its share of challenges – from unwieldy monoliths to codebase entanglement. But fear not, fo...Discuss·10 likesFrontend Development
José Pablo Ramírez Vargaswebjose.hashnode.dev·Aug 13, 2023Injecting Micro-Frontend CSS in single-spaOnce more we gather together around the fascinating topic of making Vite projects work with single-spa. Today's topic is most likely a very awaited one: How does one inject a micro-frontend's CSS into the page that loads it? By the way, note that thi...Discuss·70 readsSingle-SPA & Svelte: My Journeysingle-spa
Hossein Safarihsafari99.hashnode.dev·Jul 30, 2023Embracing Micro Frontends in ReactJS: A Modular Approach to Building Scalable ApplicationsIntroduction: Micro Frontend is an architectural pattern that aims to break down large monolithic frontend applications into smaller, independent modules, known as micro frontends. These micro frontends can be developed and deployed separately, allow...DiscussReact
Oleksandr (Sasha) Khivrychokhivrych.io·Jul 20, 2023My talk at the CityJS London (Micro Frontends Summit)Discuss·10 likes·234 readswebpack
Virendra Oswalvirendraoswal.com·Jun 15, 2023Revolutionizing Frontend Development: Unleashing the Power of Microfrontends with Module Federation and AngularIntroduction A cutting-edge architectural strategy called micro frontends expands the idea of microservices to the frontend layer of web applications. Large apps are difficult to scale, maintain, and deploy since frontend development is frequently ce...Discuss·176 readsMicrofrontend
MD Rashid Hussainblogs.m3rashid.in·Jun 1, 2023Why Next.Js is not for your next big projectTaking a lot of memory under the hood (*) We were on for micro-frontends and the case with Next.Js is just bizarre. Even with the new SWC support, Next.Js build time limits developer productivity and limits us in our endeavors We were running a sin...Discuss·2 likes·86 readsNext.js
Ritesh Kokamriteshkokam.hashnode.dev·May 28, 2023Micro Frontends: Extending Microservices to the FrontendIntroduction Microservices are commonly used to establish independent and autonomous teams, but they are primarily limited to backend development. Frontend development, despite the best microservice architecture, relies on significant interdependence...Discuss·1 likeWeb Development