A micro frontend boilerplate with React, TypeScript, SCSS Modules, Redux Toolkit, React Router, and Vite. Supports fast builds, HMR, and Module Federation for flexible, modular applications and team collaboration.
- Updated
Oct 27, 2024 - TypeScript
A micro frontend boilerplate with React, TypeScript, SCSS Modules, Redux Toolkit, React Router, and Vite. Supports fast builds, HMR, and Module Federation for flexible, modular applications and team collaboration.
Sample project created to explain building a micro-frontend application using Vite, React, and TypeScript. It showcases how to seamlessly integrate remote applications, enabling scalable and maintainable architecture.
This project is a microfrontend using NX, React and the Webpack Module Federation Plugin with one host and two remotes. I created a library sharing the style to all application that need it, in our case only the host and the remote 1. The host is using the counter and button from the remote 1 and the entire application from remote 2.
Add a description, image, and links to the modulefederationplugin topic page so that developers can more easily learn about it.
To associate your repository with the modulefederationplugin topic, visit your repo's landing page and select "manage topics."