#modulefederation ผลการค้นหา
Had a great time speaking at the @tweakers Developers Summit! My talk ‘Jump on the #microfrontends Express’ was all about how teams can scale front-end development efficiently, improve autonomy, and still deliver cohesive user experiences. @SopraSteria_Bnl #modulefederation
There are zero errors on cli or console when its yarn dev... As soon as I run yarn build... #turborepo #nextjs #modulefederation #help
You’ve heard #MicroFrontends are flexible. But what happens when a plugin fails on page reload? Christian Siebmanns shows how even perfect webpack setups can collapse under real-world constraints. A must-read for frontend architects: javapro.io/2025/07/24/int… #ModuleFederation
Fork -> Clone -> Build -> You're live on the @Cloudflare edge in under 3 minutes. 🔥 #Microfrontends #ModuleFederation #WithZephyr
Working through the architecture, workflow, and features for Remote Orchestration Services. This will be free, open source, and dockerized so you can host it however you wish. Support for Azure and AWS out of the box. #modulefederation @ScriptedAlchemy @val
新一期播客预热,本期播客我们邀请到了字节跳动 Web Infra 团队的 @2hea1 一起聊聊 #模块联邦2 #ModuleFederation 2025 年的当下,模块联邦发展怎么样了?之前用起来不舒服的地方现在好用了吗?heal 见证开源项目的全流程有哪些感受?孵化一个社区共建的开源项目难不难?敬请期待。
In 1.2, we will be introducing user roles and database backup/restore functionality ... #modulefederation #dreammf #microfrontends
You love tractors? We love tractors! The classic micro-frontends sample from @naltatis is now available in our examples repo and ready for you to test! #microfrontends #modulefederation github.com/ZephyrCloudIO/…
Micro Frontend with Module Federation in React #React #ModuleFederation #MicroFrontEnd #Architecture #Scalability plainenglish.io/community/micr…
plainenglish.io
Micro Frontend with Module Federation in React | by Sam Ho | JavaScript in Plain English
This article will give you an overview of using micro frontend architecture and module federation to build scalable and efficient web applications, with a step-by-step guide to building a micro…
As @ScriptedAlchemy gets ready for his talk on Friday at @cityjsconf London we are getting production ready for Alpha 1 launch. @valorkin has been hard at work testing the new demos from the talk and making magic, reality. LETS GO! #CityJSLondon #ModuleFederation
#ModuleFederation docs now provide a new section called "Error Catalog". This will grow into a FAQ style error collection with solution paths to help you all getting your systems up with less error digging and debugging. Happy reading! 🚀 module-federation.io/guide/basic/er…
#ModuleFederation ist nicht nur für Greenfield-Projekte. Christian Siebmanns führt Sie durch die Implementierung in eine ausgereifte App – mit Infos zu Shared Deps, dynamischem Laden & Version 2. Lese: javapro.io/de/microfronte… #MicroFrontends #Webpack #TypeScript #WebDevelopment
Dynamic Remote Containers in #ModuleFederation are amazing 🚀 Fetch and initialize remote modules on-the-go without hard-coded urls 🔥 I was even able to create a custom react component to fetch modules on runtime ⚡ #reactjs #microfontends
Listening to @sasha_khivrych from @BeameryHQ_Eng talk about #ModuleFederation and see a @rspack_dev shout out.
Calling all web developers! Discover practical use cases and migration solutions with RSPack's Module Federation with ByteDance. RSVP for this free event here ➡️ bit.ly/3SMZp6u . #ModuleFederation #RSPack #WebDevelopment
Had a great time speaking at the @tweakers Developers Summit! My talk ‘Jump on the #microfrontends Express’ was all about how teams can scale front-end development efficiently, improve autonomy, and still deliver cohesive user experiences. @SopraSteria_Bnl #modulefederation
#ModuleFederation ist nicht nur für Greenfield-Projekte. Christian Siebmanns führt Sie durch die Implementierung in eine ausgereifte App – mit Infos zu Shared Deps, dynamischem Laden & Version 2. Lese: javapro.io/de/microfronte… #MicroFrontends #Webpack #TypeScript #WebDevelopment
Module Federation lets teams ship frontend modules independently & combine them at runtime—but it comes with shared dependency versioning, rigorous deployment guards, and testing trade-offs. ⚙️ medium.com/@tpdms2779/mic… #MicroFrontend #ModuleFederation #WebDev #FrontendEngineering
Micro Frontend with Module Federation in React #React #ModuleFederation #MicroFrontEnd #Architecture #Scalability plainenglish.io/community/micr…
plainenglish.io
Micro Frontend with Module Federation in React | by Sam Ho | JavaScript in Plain English
This article will give you an overview of using micro frontend architecture and module federation to build scalable and efficient web applications, with a step-by-step guide to building a micro…
Watch the talk recording by @grabbou on #ModuleFederation and #RePack for building efficient, cross-platform Super Apps with React Native. gitnation.com/contents/build…
Micro Frontend with Module Federation in React #React #ModuleFederation #MicroFrontEnd #Architecture #Scalability plainenglish.io/community/micr…
plainenglish.io
Micro Frontend with Module Federation in React | by Sam Ho | JavaScript in Plain English
This article will give you an overview of using micro frontend architecture and module federation to build scalable and efficient web applications, with a step-by-step guide to building a micro…
You’ve heard #MicroFrontends are flexible. But what happens when a plugin fails on page reload? Christian Siebmanns shows how even perfect webpack setups can collapse under real-world constraints. A must-read for frontend architects: javapro.io/2025/07/24/int… #ModuleFederation
Ihre App ist schon seit Jahren live – zu spät für #MicroFrontends? Christian Siebmanns beweist das Gegenteil. Von komplexen Abhängigkeiten zu klaren Plugin-Grenzen. Lese die wichtigsten Praxis-Learnings: javapro.io/de/microfronte… #ModuleFederation #TypeScript #WebDevelopment
🚀 New Article: Breaking the Walls Between Your Apps — How Module Federation with Webpack lets teams share code, deploy faster & work independently. LEGO for your apps! linkedin.com/pulse/breaking… #ModuleFederation #Webpack #MicroFrontends #WebDev #JavaScript
#MicroFrontends in ein bestehendes System integrieren – ohne dass Builds, Releases & Abhängigkeiten kollidieren. Christian Siebmanns zeigt, welche Architektur- & CI-Strategien wirken & welche Fehler man nur einmal macht. Lese: javapro.io/de/microfronte… #ModuleFederation #Webpack
2 attempts to run a big angular app as a remote with a simple host, so far no success, trying to figure out the issues it’s incredibly challenging #angular #moduleFederation
90% legacy, 10% hope: Christian Siebmanns shares how his team retrofitted Module Federation into an existing app—without breaking everything. Lessons in builds, plugins & CI chaos: javapro.io/2025/07/24/int… #MicroFrontends #ModuleFederation #Webpack #TypeScript #WebDevelopment
Tried to plug Module Federation into a running app? Christian Siebmanns shows what really happens when CI breaks, types vanish, & lazy routes fail. Learn how to avoid the same traps: javapro.io/2025/07/24/int… #MicroFrontends #ModuleFederation #Webpack #TypeScript #WebDevelopment
新一期播客预热,本期播客我们邀请到了字节跳动 Web Infra 团队的 @2hea1 一起聊聊 #模块联邦2 #ModuleFederation 2025 年的当下,模块联邦发展怎么样了?之前用起来不舒服的地方现在好用了吗?heal 见证开源项目的全流程有哪些感受?孵化一个社区共建的开源项目难不难?敬请期待。
¿Alguien ha experimentado mejoras *significativas* en el tiempo de carga con webpacks Module Federation al combinar caché por granularidad de módulo vs. usar un único archivo .js para cada app remota? 🤔 #Webpack #ModuleFederation #Performance #Optimization
marketplace.visualstudio.com/items?itemName… almost 50 installations for my vscode extension: module federation explorer. I hope people has been using it #vscode #modulefederation
module federation extension: marketplace.visualstudio.com/items?itemName… #ModuleFederation #MicroFrontends #WebDevelopment #JavaScript #TypeScript #ReactJS #Frontend #DevTools #OpenSource #WebDev #DeveloperTools #Webpack #JSCommunity #Programmers #TechTwitter #Tech #BuildInPublic #Development
linkedin.com/posts/andrecrj… it has been two months that I created Module Federation Explorer have you been working with Module Federation? thats the local first terminal to your front end management and free! #modulefederation #frontend #devtools #development #dev #git #vscode #ts
marketplace.visualstudio.com/items?itemName… Explore your module federation's projects in a tree or graph view, inspect dependencies, and manage all in your own local terminals #devtools #frontend #modulefederation #vscode #vscodeextension #microfrontend #graph #development #AI #dev #mfe #react
module federation explorer vscode extension in graph, this is... pretty... marketplace.visualstudio.com/items?itemName… #modulefederation #frontend #vscodeextension #vscode #vibecode
Had a great time speaking at the @tweakers Developers Summit! My talk ‘Jump on the #microfrontends Express’ was all about how teams can scale front-end development efficiently, improve autonomy, and still deliver cohesive user experiences. @SopraSteria_Bnl #modulefederation
Early demo from @valorkin today to one of the first closed alpha customers. Adding Zephyr to #ModuleFederation with @NxDevTools is a single line of code.🤯
Remote Workers #webassembly #modulefederation #datafabric #appfabric #datamesh #appmesh #hexagonalarchitecture #performant #portable #runtimebinding #ægis #nodejs #worker
You’ve heard #MicroFrontends are flexible. But what happens when a plugin fails on page reload? Christian Siebmanns shows how even perfect webpack setups can collapse under real-world constraints. A must-read for frontend architects: javapro.io/2025/07/24/int… #ModuleFederation
OMFG IT WORKS! Native Federation, React, ESM, #esbuild #ModuleFederation without Webpack! World's first Federated React app with ESbuild. Thanks for pairing with me @ManfredSteyer; looking forwards to a great collaboration
Full page federation in #nextjs, only 5kb of extra code was downloaded. Page is deployed over IPFS #ModuleFederation on nextjs has arrived
Even with the simplest of federated applications become easier to manage with @ZephyrCloudIO. Get ready for the simple life! 1) Module Federation Plugin 2) Dashboard Plugin with Module Federation Plugin 3) Zephyr Cloud #ModuleFederation, #MicroFrontends
Excited to teach about #microfrontends and #modulefederation in #angular at @ngconf in a few hours! #ngconf2022
@ScriptedAlchemy on the @qconlondon stage! I got a preview of the talk and it’s AMAZING 👏👏👏 #webpack #modulefederation #distributedsystem
Next week @Joelbdenning, @ScriptedAlchemy, @lucamezzalira and me will host a webinar. 🦑 Learn about #modulefederation from the creator himself. 📣 Spread the word. I'll raffle 5 ebook copies of "Micro Frontends in Action" among everyone who (re)tweets with #MicrofrontendSummit
As @ScriptedAlchemy gets ready for his talk on Friday at @cityjsconf London we are getting production ready for Alpha 1 launch. @valorkin has been hard at work testing the new demos from the talk and making magic, reality. LETS GO! #CityJSLondon #ModuleFederation
#ModuleFederation-based backend framework for federated decentralized, applications...(where a microservice can be implemented as a federated app component and remain independently deployable and polyglot) github.com/module-federat…
In the first "official" conference talk to include Zephyr Cloud our co-founder and CTO @valorkin will be presenting a brand new talk on November 18th at @jsTalksConf Bulgaria. #ModuleFederation If you're in or near Bulgaria grab a free ticket lnkd.in/gvcx888f
#ModuleFederation ist nicht nur für Greenfield-Projekte. Christian Siebmanns führt Sie durch die Implementierung in eine ausgereifte App – mit Infos zu Shared Deps, dynamischem Laden & Version 2. Lese: javapro.io/de/microfronte… #MicroFrontends #Webpack #TypeScript #WebDevelopment
Day 53 of #100DaysOfCode went over in detail the #webpack.config files for setting up remotes using #ModuleFederation plugin. Also, I tested out terraform. It runs infrastructure as code. It took 5 mins to provision an NGINX server using #Terraform & #Docker 🐋
#ModuleFederation and #nextJS page routing works! I'm now able to federate pages between multiple nextjs apps. Similar to next zones, but no more page reloads when you "hop" apps. Seamless routing between apps
Something went wrong.
Something went wrong.
United States Trends
- 1. VMIN 16K posts
- 2. seokjin 233K posts
- 3. Good Saturday 18.5K posts
- 4. Chovy 11.9K posts
- 5. #SaturdayVibes 2,958 posts
- 6. Nigeria 458K posts
- 7. Spring Day 49K posts
- 8. GenG 6,428 posts
- 9. #LoVeMeAgain 29.4K posts
- 10. VOCAL KING TAEHYUNG 31.6K posts
- 11. #SaturdayMotivation 1,054 posts
- 12. Happy New Month 212K posts
- 13. Merry Christmas 11.5K posts
- 14. #saturdaymorning 1,350 posts
- 15. #AllSaintsDay 1,178 posts
- 16. Game 7 78.5K posts
- 17. Shirley Temple 1,062 posts
- 18. jungkook 635K posts
- 19. Tinubu 50.8K posts
- 20. Wrigley N/A