expertup / react-mf-loadable-ssr-1

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 60.0%Language:JavaScript 40.0%