How To Implement Micro-Frontend Architecture With Vue.js

Everything you need to know about microservice oriented architecture for the frontend from beginner to advanced

Bhargav Bachina
Bachina Labs

--

Modern web applications are becoming big and more complex and sometimes managed by different teams. Your application might have features developed by different teams and you want to release only certain features into production before delivering the entire application. How do you manage different teams, different release timelines if you have one repo?

Most of these complex apps live on the client-side which makes it harder to maintain. There are some other issues as well with this monolithic big fat application. In this post, I am going to discuss the advantages, disadvantages, implementation, and a lot of other stuff.

  • Introduction
  • Advantages of Mirco-Frontends
  • Features of Mirco-Frontends
  • How Do We Split Apps
  • Different Approaches to Micro-Frontends
  • Micro-Frontend Frameworks
  • Example Micro-frontend Project With React
  • Summary
  • Conclusion

Introduction

--

--