Skip to content

Releases: infitx-org/microfrontend-boilerplate

Full Working Setup

27 Sep 08:34
Compare
Choose a tag to compare

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.

  1. The boilerplate can now run in Docker and uses Node 16.
  2. The host will cache the remote and reach a transparent SPA composition.
  3. Redux context is not shared and there is no risk breach

Upgraded modules

11 Mar 11:52
Compare
Choose a tag to compare

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

30 Oct 15:52
Compare
Choose a tag to compare

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