Creating a Shared State Library for Micro-Frontends Using Redux

Brian Jenney
JavaScript in Plain English
3 min readOct 16, 2020

--

Our dev team recently became responsible for building micro front-ends using React for e-commerce sites. After building our second site, we noticed there was a lot of duplication among our redux actions and how they handle common backend interactions. For example, a user adding an item to a cart or logging in is the exact same across applications.

--

--