View on GitHub

mo360-ftk

MO360 Frontend Toolkit: A toolkit for single page applications (SPA) based on React and Typescript that allows to extract single features into microfrontends.

What is a Micro-Frontend?

As the name suggest the concept of Micro-Frontends is inspired by the software development technique called Microservices. The difference is that instead of splitting and loosely coupling parts of a server-side application it is the frontend which gets divided into several individual chunks. Those chunks (we call them SWIDGET) are then loaded during runtime and integrated into the host application. A good overview and description about the principles and concept is available at micro-frontends.org.