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
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
React component which takes props from Solid app
Solid app hosts React component(s) without changing URL
Solid app modifies props, changing
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...
