How to Easily Create an Event Bus for a Micro Frontend
Sep 5, 2022 ☕ 13 min readCommunication and state management in a micro frontend are challenging problems - just like they are for backend systems using…
I am a user focused frontend engineer building web applications and solving data problems.
Communication and state management in a micro frontend are challenging problems - just like they are for backend systems using…
What if I told you, you should not be storing all of your data in a React lifecycle? There are many tools using the built-in browser APIs…
Don't use global state for everything . Always use the right tool for the job. React is an amazing framework but far from perfect, and…