Import React component with Module Federation

I have a simple use case which belies the greater effort: importing a counter with a starting value prop
I have a SO post: https://stackoverflow.com/questions/77881409/how-can-i-get-solid-to-process-a-react-component-with-props-using-module-federat
It also links to the repo, but here it is anyway: https://github.com/CSworenI/react-to-solid
Stack Overflow
This is a very simple example of the functionality I need:

React component which takes props from Solid app
Solid app hosts React component(s) without changing URL
Solid app modifies props, changing
How can I get Solid to process a React component with props using M...
GitHub
Attempting to host a React app (counter) in a Solid app with Module Federation... - GitHub - CSworenI/react-to-solid: Attempting to host a React app (counter) in a Solid app with Module Federation...
GitHub - CSworenI/react-to-solid: Attempting to host a React app (c...
Was this page helpful?