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

Render Solid.js components in React.js and visa versa.

Results 4 reactjs-solidjs-bridge issues
Sort by recently updated
recently updated
newest added

I'm trying to use a solid component in my create-react-app application, the code: ``` import { Motion } from "@motionone/solid"; // the solid component import {convertToReactComponent} from 'react-solid-bridge' import {ReactToSolidBridgeProvider}...

Hi! I really love this library and want to use it to make a version of my Solid library that works natively in React. However, I'm having trouble reproducing the...

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`

Would be amazing to have some typescript type declarations for this