From 9259189158e957c3c58ae0fdae4524b336353bb9 Mon Sep 17 00:00:00 2001 From: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:24:29 -0700 Subject: [PATCH] Update README.md --- runtime-plugins/multiple-react-versions/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runtime-plugins/multiple-react-versions/README.md b/runtime-plugins/multiple-react-versions/README.md index f23e8022958..24286ea4b7b 100644 --- a/runtime-plugins/multiple-react-versions/README.md +++ b/runtime-plugins/multiple-react-versions/README.md @@ -1,3 +1,8 @@ +# EXAMPLE IS OUTDATED + +REFER TO THE DOCS FOR BRIDGES INSTEAD: https://module-federation.io/practice/bridge/index.html + + # Mixed React Versions and Compatibility with Module Federation This example demonstrates how to use Module Federation to load and integrate different versions of React in a single application.