syncfusionsyncfusion-blogs.hashnode.dev·Oct 15, 2024Micro Frontend: Run-Time Vs. Build-Time IntegrationTL;DR: This blog discusses the differences between build-time and runtime integration in micro frontends. Build-time offers speed and optimization, while runtime provides flexibility and scalability. Combining both approaches can enhance performance ...DiscussMicro frontend architecture
akash javaliblog.akashjavali.com·Sep 6, 2024Exploring Micro Frontends: The Next Step in Scalable Web DevelopmentAs modern web applications continue to grow in complexity, developers are constantly searching for architectural patterns that enhance scalability, maintainability, and team autonomy. One emerging solution is the concept of micro frontends—a frontend...Discuss·32 readsFrontend Architecture
PritiforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 14, 2024Micro-Frontend - Netflix Case StudyLast week, we learnt about the basics of Micro Frontend. It's time we dive deep into it and understand with an example. We'll be covering a lot of concepts on scaling frontend and identifying independent features so can be parallely scaled without in...Discuss·11 likes·203 readsJavaScript
PritiforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 10, 2024MicroFrontend- Scalable Frontend ArchitectureIntroduction: Scaling Frontend Have you ever pondered how to construct a scalable frontend, especially in vast enterprises where each component is intricately linked to others? In the web development arena, scaling the frontend is akin to conducting ...Discuss·443 readsMicro frontend
Rahul Sharmadevsmitra.hashnode.dev·Dec 9, 2022The Complete Guide to Micro-Frontends for 2023The Micro Frontend style of architecture design does for the frontend of an application what microservices do for the backend, breaking monolithic structures into smaller components that can then be assembled on a single page. Pros and cons of micro...Discuss·146 readsMicro frontend
Florian Rapplmicrofrontends.hashnode.dev·Jul 17, 2022Getting Started with Micro FrontendsWhat are Micro Frontends? With most of the current state of development of a web application, we generally see that it's a feature-rich and powerful application, and it's called a Single Page App or SPA. These types of applications are made using a s...Discuss·5 likes·68 readsMicro frontend
Mohsen Vazirimohsenv.hashnode.dev·Jun 12, 2022JSWorld Conference 2022 Summary - 1 June 2022 - Part IIIWelcome! Glad to see you in the third part of my JSWorld Conference 2022 summary series, in which I share a summary of all the talks in four parts with you. You can read the first part here, and the second part here, where I summarized the first seve...Discuss·3 likes·160 readsJSWorld Conference 2022 Summary - 1 June 2022 SeriesJavaScript