reactjs-solidjs-bridge icon indicating copy to clipboard operation
reactjs-solidjs-bridge copied to clipboard

Render React component inside SolidJS

Open lominming opened this issue 1 year ago • 2 comments

It wasn't clear whether I can directly render React component inside Solid JS (root)?

https://github.com/Sawtaytoes/reactjs-solidjs-bridge/blob/300f14ce396680df0d1a82e4bc44b22361188df3/src/libraryExport.ts appears to only export ReactToSolid, and now SolidToReact

lominming avatar Sep 30 '23 07:09 lominming

Ah, maybe I should add those other exports. Feel free to add a PR :).

Sawtaytoes avatar Nov 20 '23 10:11 Sawtaytoes

Hi, I'm also interested in this. The README suggests it's possible, and even the Solid FAQ points to this library for exactly this purpose.

I would open a PR but I am obviously missing something because simply adding the exports is not enough and causes errors. Is there a build step? I couldn't figure it out just by looking at the code.

Plonq avatar Jul 21 '24 01:07 Plonq