Skip to content

Instantly share code, notes, and snippets.

@moneydance
moneydance / README.md
Created July 7, 2025 19:36
Nano-Forge Framework

Nano-Forge Framework

A React Server Components (RSC) meta-framework that implements federated architecture using Rspack and Module Federation. Inspired by Jacob Ebey's federated RSC work, nano-forge enables composable server-side rendering with cross-container component sharing.

Overview

Nano-forge implements the federated RSC architecture where:

  • HTTP is the API for the server layer
  • RSC payloads are composable across different remote containers
  • Client references have global IDs that work across federated boundaries