Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 604 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 604 Bytes

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.