Releases: infitx-org/microfrontend-boilerplate
Releases · infitx-org/microfrontend-boilerplate
Full Working Setup
Main Goals
- full Redux isolation
- SCSS isolation
- PubSub
- Node 16
- Docker
Notes
Due to the number of changes and their impact to the developer experience, this is almost a major release.
- The boilerplate can now run in Docker and uses Node 16.
- The host will cache the remote and reach a transparent SPA composition.
- Redux context is not shared and there is no risk breach
Upgraded modules
Main Goals
- Update all dependencies
- Include SVG webpack loader
Update all dependencies
Updates a number of modules for both dev and production environment.
Include SVG webpack loader
Introduces a Webpack 5 ready SVG loader: [email protected]
Working setup
This is an initial working setup for a child microfrontend.
Main goals
- Includes all the necessary modules to bootstrap a typescript based react / redux application with working webpack setup.
- Exports the whole application wrapper inside an Injector allowing to access the redux store and routing context.
Main modules
- React: 1.16.13
- Webpack: 5.2.0
- @modusbox/modusbox-ui-components: 2.0.0-7
Additional modules
- Redux
- React-router-dom
- Redux-saga
- Redux-toolkit
- Typescript