bfanger / svelte-preprocess-react

Seamlessly use React components inside a Svelte app
MIT License
126 stars 6 forks source link

Add support for React Context #5

Closed bfanger closed 2 years ago

bfanger commented 2 years ago

I'd like to be able to use react components that use react-redux

For this to work the context of the <Provider store={store}> must be accessible across the svelte boundry.