SSR and Web Components— A Contentious CoupleUsually, we talk about the technologies that work best together. This article is the exact opposite where I would like to discuss the…Jul 31Jul 31
Accessibility Aware Component TestingImagine you are building a global user-facing application. All the major features are ready and you are eagerly waiting to take the…Jul 2Jul 2
Published inBits and PiecesYou Don't Need Another Library to Compose Micro Frontends at Run TimeOne of the main advantages of building micro frontends is the independent deployments and releases. With build time composition, we can…Mar 30, 2023Mar 30, 2023
How to Compose Micro Frontends at Build TimeWe have been building npm packages and using those inside the frontend application for eternity now. Build time composition of Micro…Aug 5, 20221Aug 5, 20221
5 Different Techniques for Cross Micro Frontend CommunicationThe title itself signifies what we are going to discuss in this article. But before we even start, let’s try to understand why cross-micro…Jun 12, 20224Jun 12, 20224
Following DRY principle for Api Calls in ReactIn most of the React projects, we have components where we need to fetch the data from an api on mount. React provides us lifecycle…Nov 5, 20212Nov 5, 20212
Setting up Typescript + EsLint + Jest ProjectA lot of node projects have a setup which usually include Typescript for static type checking, esLint for static code analysis and Jest as…Jul 7, 20212Jul 7, 20212