Hey there, folks! Welcome back to another exciting blog post on BeMyAficionado. In this article, we're diving into the fascinating world of event-driven communication in frontend development, with a special focus on using an event bus to manage events between two micro-frontends. So, let's jump right in! First things first, let's understand what an event bus is. Think of … [Read more...] about Exploring Event-Driven Communication in Frontend Development with an Event Bus
frontend
Create Page Layouts with React and Typescript
Layouts are one of the most important pieces when it comes to web development. Let's say you have a website that offers a member's dashboard so that the members of the site can login and get the exclusive content. Now, you wouldn't want to have the same layout for your members that you have for a non-member of your website. The logged-in user may have access to a lot more … [Read more...] about Create Page Layouts with React and Typescript