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.
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