/react-mf-loadable-ssr

A set of progressive samples that demonstrate how to use Module Federation with React and Loadable Components. (WIP)

Primary LanguageTypeScript

React SSR + Loadable + Module Federation example

This project contains a set of progressive samples that demonstrate how to use Module Federation with React and Loadable Components.

It's part of this article.

Samples

  • sample-01: It's a simple Express server that renders a React app. It will be used as a base for the other samples.
  • sample-02: It adds Loadable Components to the previous sample and refactors the code to use dynamic imports.